Update FileSystemMonitor.js

This commit is contained in:
tiddlygit-test 2021-07-29 00:23:15 +08:00
parent 8e608b857b
commit e46c0b28d3

View file

@ -178,7 +178,7 @@ function FileSystemMonitor() {
* File remove & tiddler exist in wiki -> then remove tiddler using `$tw.syncadaptor.wiki.deleteTiddler`
* File remove & tiddler not exist in wiki -> This change is caused by tiddlywiki itself, do noting here
*
* @param {"update" | "remove"} changeType
* @param {"add" | "change" | "unlink"} changeType
* @param {*} filePath changed file's relative path to the folder executing this watcher
*/
const listener = (changeType, filePath) => {