-
Notifications
You must be signed in to change notification settings - Fork 638
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
Error: watch EPERM at errnoException (fs.js:1019:11) on Eclipse clean #140
Labels
Comments
the same with node 0.10.17 |
Closing as duplicate of #118 |
@FredrikNoren I don't think they are same. |
@sbspk Ops yeah you're right |
FredrikNoren
added a commit
that referenced
this issue
Sep 9, 2013
Replaced the watchr module with a normal fs.watch. However, fs.watch isn't prefect on all platforms (on Windows changes in subdirectories doesn't get picked up) so there's also an "re-activity" hack to detect when a user is interested in ungit (which triggers a refresh)
This should be solved with the above commit (haven't seen any occurrences in the bugtracker), closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gui writes connection lost followed by "something went wrong"
events.js:72
throw er; // Unhandled 'error' event
^
Error: watch EPERM
at errnoException (fs.js:1019:11)
at FSEvent.FSWatcher._handle.onchange (fs.js:1037:26)
windows 7 64bit, ungit 0.1.6, node v0.10.3
The text was updated successfully, but these errors were encountered: