-
Notifications
You must be signed in to change notification settings - Fork 34
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
Directory not empty errors on watch -sd #389
Comments
You could check this if it fixes your issue. |
That is likely unrelated. It's one call that does the work.
Not sure why that would have trouble. Is that where you get a stack trace? Inside wrench? |
Yes, here is the top of the strack trace:
It's a different file each time, but the trace is the same. I thought it might be related to the browser holding onto some files, but it happens even when I don't have the browser pointed at the server. |
Guess this might be related to this: ryanmcgrath/wrench-js#71 It is clearly something wrong with wrench. The entire job of |
Interesting. I know I wasn't having this problem in the past. It seems that it's able to delete a little bit, then it hits a wall. Then when you run it again, a little more goes, etc. |
When running
mimosa watch -sd
on Linux, I'm often to hit withENOTEMPTY, directory not empty
but eventually it will take if I run it enough times. Is this simply a limitation of the fs module dealing with OS quirks, or is this a possible problem with the recursion?The text was updated successfully, but these errors were encountered: