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
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
When renaming "a.txt" to "b.txt" I get the following events from fs.watch on Windows 7 on Parallels:
rename null
rename b.txt
change b.txt
Subsequently deleting "b.txt" just gives:
rename null
According to Ben, the null rename event is the FILE_ACTION_RENAMED_OLD_NAME event. The filename is filtered out but it's not for feature parity with inotify.
The text was updated successfully, but these errors were encountered:
From: nodejs/node-v0.x-archive#8372
When renaming "a.txt" to "b.txt" I get the following events from fs.watch on Windows 7 on Parallels:
rename null
rename b.txt
change b.txt
Subsequently deleting "b.txt" just gives:
rename null
According to Ben, the null rename event is the FILE_ACTION_RENAMED_OLD_NAME event. The filename is filtered out but it's not for feature parity with inotify.
The text was updated successfully, but these errors were encountered: