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
It seems to me that the directory name is the same for both files, but maybe on macOS this kind of event is only fired for a rename of a file in the same folder?
The text was updated successfully, but these errors were encountered:
Looking at the code for how renames are handled on macOS and Windows, I wonder if there are types:
Windows
nsfw/src/win32/Watcher.cpp
Lines 205 to 211 in e8a6e95
I think it needs to be:
macOS
nsfw/src/osx/FSEventsService.cpp
Lines 118 to 134 in e8a6e95
It seems to me that the directory name is the same for both files, but maybe on macOS this kind of event is only fired for a rename of a file in the same folder?
The text was updated successfully, but these errors were encountered: