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 Jun 8, 2022. It is now read-only.
Removing with "rm -r" a watched dir which includes a watched file causes an error.
I expected rather, that delete events for each item and the containing folder would be generated.
This fixes the issue where the delete of a watched directory sends and
error instead of a delete for the directory and the underlying watched
files.
The reproduce case for reference: https://gist.github.com/3972447
Also included is a test case addition for the above issue.
Thanks for the providing the gist, made finding the issue much easier. I hope the fix I put in place works for you on OSX, I only have BSD machines but was able to reproduce the issue.
Please reopen if it doesn't work for you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm on OS X
Removing with "rm -r" a watched dir which includes a watched file causes an error.
I expected rather, that delete events for each item and the containing folder would be generated.
Steps to reproduce
A repro case:
https://gist.github.com/3972447
The text was updated successfully, but these errors were encountered: