This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Closed
Description
Description
When the port is busy – node-inspect throws a timeout exception which is logged as an internal error.
- Version: v9.7.1
- Platform: Windows 10 x64
- Subsystem: node-inspect
node debug .
(node:14108) [DEP0068] DeprecationWarning: `node debug` is deprecated. Please use `node inspect` instead.
There was an internal error in node-inspect. Please report this bug.
Timeout (2000) waiting for 127.0.0.1:9229 to be free
Error: Timeout (2000) waiting for 127.0.0.1:9229 to be free
at Timeout.setTimeout [as _onTimeout] (node-inspect/lib/_inspect.js:54:14)
at ontimeout (timers.js:466:11)
at tryOnTimeout (timers.js:304:5)
at Timer.listOnTimeout (timers.js:267:5)
Overview
Timeout message is generated here
Lines 52 to 56 in 3c9073f
and then catched by a handler
Lines 348 to 355 in 3c9073f
Metadata
Assignees
Labels
No labels
Activity