-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Windows 10: creating a new folder and immediatly renameing does not trigger #592
Comments
Please add a listener for the |
hmh, is closing the right choice? |
I've been diving through issues, some of them have "ups", which means other folks experience those. Some have mentions from other projects, fairly recent. And some of them seem critical, like process crashing. Here we don't seem to have any of those... |
Thanks for your quick reply. I mostly agree with you. |
If I create a
New folder
within explorer's context menu chokidar triggersaddDir
event during watch mode with default folder nameNew folder
, but if I immediately change it's name tofoo
or anything else nothing happens, neither achange
event nor anunlinkDir
followed byaddDir
event.The text was updated successfully, but these errors were encountered: