mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
Update FileSystemMonitor.js
This commit is contained in:
parent
8e608b857b
commit
e46c0b28d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue