-
Notifications
You must be signed in to change notification settings - Fork 119
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
instrument.js hangs sometimes in node v5 #71
Comments
Does it work with v4? In the short-term probably downgrading node is your best bet. I think the right fix is to get rid of our dependence on ncp entirely. One simple solution is to do the following instead:
I think that will be a lot more robust and conceptually simple than what we do now. |
https://www.npmjs.com/package/graceful-ncp is a drop-in replacement for ncp, just use I will make a pull-request when I have tested this fix for some time. |
Fixed by 619d5d2 |
Possibly related: #58
instrument.js hangs in node v5
To reproduce:
It seems that the call to ncp on line 454 of instrument.js never calls the callback.
That can be shown with the following change:
The text was updated successfully, but these errors were encountered: