-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Frequent EBUSY error on changed file #1213
Comments
+1 |
I have the same issue. Maybe it was the last Sublime update? |
Currently, files are loaded as soon as a modification is detected. If a file handle is not released yet, karma crashes (or tests are aborted with 095cfb4). I believe the best fix would be to load modified files after the |
Yeah, I expected that karma wouldn't attempt to touch the files until |
When I have the karma server running and I save a tracked file, it often crashes karma with:
I have set
autoWatchBatchDelay: 1000
in my karma.conf.js, but this error occurs before the delay takes place.I am in Windows 7, using Sublime Text 3, karma 0.12.24, node 0.10.32
The text was updated successfully, but these errors were encountered: