-
Notifications
You must be signed in to change notification settings - Fork 129
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
Is there a way to "unwatch" a removed directory? #186
Comments
Did you solve this issue? I am facing the same problem. |
Had you been able to resolve this issue? |
@vivek-bansal-VB sorry for the delay. |
@mauricioabreu Thanks for the reply! |
Dear I'm looking for the same feature. Can I unwatch one of many paths I put with notify.watch ? Regards |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am facing a problem where a directory is removed.
Example:
A path inside foo is removed once in a while (I can't control it). How can I unwatch that removed directory? I tried to rewatch it using the Watch function but it did not work.
The underlying watcher is inotify
The text was updated successfully, but these errors were encountered: