You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constnsfw=require("nsfw");nsfw('<path to folder>',events=>{for(consteventofevents){console.log(event);}},{errorCallback: error=>console.error(error)}).then(watcher=>{returnwatcher.start();}).then(()=>{console.log("DONE")});
On macOS (I am on 11.6) select a file in the finder and rename the file by only changing the case of one letter of the file.
Have a watcher such as this one:
On macOS (I am on
11.6
) select a file in the finder and rename the file by only changing the case of one letter of the file.=> 🐛 the output is:
Which indicates this is a change event, but I would have expected either rename or delete+add.
This works fine on Windows btw.
The text was updated successfully, but these errors were encountered: