-
Notifications
You must be signed in to change notification settings - Fork 45
Internal error in node-inspect. Please report this bug. #60
Comments
Suggestion by @bnoordhuis:
Suggestion by @jkrems:
|
@bnoordhuis I think it will work. But I'm not sure is it good to |
By "non-fatal error" I meant starting the repl instead of exiting the |
But I'd be more than happy to merge a simpler solution that just hides away the "internal error" message somehow. There's always time to improve the UX even further in the future. |
Potential fix is here: #62 |
Description
When the port is busy – node-inspect throws a timeout exception which is logged as an internal error.
Overview
Timeout message is generated here
node-inspect/lib/_inspect.js
Lines 52 to 56 in 3c9073f
and then catched by a handler
node-inspect/lib/_inspect.js
Lines 348 to 355 in 3c9073f
The text was updated successfully, but these errors were encountered: