-
Notifications
You must be signed in to change notification settings - Fork 168
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
Folder deletion not catched #86 #130
base: master
Are you sure you want to change the base?
Conversation
These tests were for specific cases handled by private methods that have now been removed and therefore these tests should be removed.
Catch and emit error in readdir
However those 2 lines (148&149): |
I'm running into this issue too. +1 for fixing it. Any news on when it will come in? |
Thanks for the PR @floz but I'm going to handle this a bit differently. I want to make it an option with Re: those 2 lines. The first line emits for the specific event, i.e. |
Thanks for the update! |
Hey Shama, |
Solving this issue: #86
Tell me what you think about it!
Thanks