Skip to content
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

Catch EPERM exception on live reload live watching #67

Closed
tshemsedinov opened this issue Aug 2, 2014 · 2 comments
Closed

Catch EPERM exception on live reload live watching #67

tshemsedinov opened this issue Aug 2, 2014 · 2 comments
Assignees
Labels

Comments

@tshemsedinov
Copy link
Member

When watching directory deleted following exception generated and worker exits: Error: watch EPERM; errnoException (fs.js:1024:11); FSEvent.FSWatcher._handle.onchange (fs.js:1042:26)

@tshemsedinov tshemsedinov self-assigned this Aug 2, 2014
@tshemsedinov
Copy link
Member Author

Additional testing showed that this exception is windows-only problem and wellknown bug in node.js: nodejs/node-v0.x-archive#4337 and nodejs/node-v0.x-archive#3250 They propose solution to catch error on event to prevent raise exception.

@tshemsedinov
Copy link
Member Author

Fixed in version 0.1.62: 00a3215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant