-
Notifications
You must be signed in to change notification settings - Fork 263
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
node --eval "require('./')" #46
Comments
Node.js v0.10.26 on Windows 7 Professional Service Pack 1: It seems that a failure in A couple of other tests are necessary for the
|
First test passed. REPL does not seem to interfere. |
maybe using |
If REPL were to interfere (for example, if REPL were catching errors to display them as However, REPL does not seem to interfere. The error happens and is passed to my callback. And I do not intend to use REPL in the |
Test the
node --eval "require('./')"
problem for #39.The text was updated successfully, but these errors were encountered: