-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sane not detect moved directory #62
Comments
Which watcher are you using? And what operating system is this? |
I wrote a shell script to test a couple interesting cases: https://github.com/nkovacs/sanetest
This is on linux with node 4, using sane 1.4.0 |
Almost the same results on osx with node 4 (using nodewatcher), except the following doesn't work either:
|
I too am finding that sane (@4.1.0) is unable to detect directories moving. I'm on Mac OSX 10.13.6 and can replicate the issue with either watchman or nodewatcher by moving a folder with watched contents to trash. The watched files in the folder never receive |
Directory structure:
var watcher = sane('example1', { glob: ['**/*.txt'] });
Sane not detect move
example2
toexample1
.The text was updated successfully, but these errors were encountered: