-
Notifications
You must be signed in to change notification settings - Fork 99
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
Creating/deleting dir triggers file change events #236
Comments
Maybe related to #231? I haven't got time to triage it yet. |
Confirmed bug, managed to reproduce it in Windows 10. Most likely a Chokidar bug, will have to investigate further. |
Upstream bug reference: paulmillr/chokidar#499 |
This may be fixed in Node v7.1.0 as it uses libuv 1.10.0 which includes a fix for this issue. Can someone test on a Windows machine to confirm? |
I've tested on a Windows machine now, with Node 6.9.1 (reproduces the issue) and Node 7.1.0 (works as expected). The bug was in libuv, part of the Node.js core. It is fixed as of libuv 1.10.0, which ships with Node 7.1.0. |
Windows 7.
When I create a directory named [a], the files whose name beginning with [a] will trigger a change event.
The text was updated successfully, but these errors were encountered: