-
-
Notifications
You must be signed in to change notification settings - Fork 584
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
Issue with watching a deleted, then recreated directory #379
Comments
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
… event If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B, mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
… event If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B, mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
… event If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B, mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
… event If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B, mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
… event If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B, mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
erezarnon
added a commit
to erezarnon/chokidar
that referenced
this issue
Oct 29, 2015
… event If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B, mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
Fixed by #380 |
Problem exists again in chokidar 3.2.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opening an issue to describe the scenario presented in #378
The text was updated successfully, but these errors were encountered: