Skip to content

deps: Upgrade node-inspect to 1.11.5

Removes the prompt to report a bug when trying to launch the debugger using a port that is already in use.

Changeset generated via:

rm -rf deps/node-inspect node-inspect-* && \
  curl -sSL "https://github.com/nodejs/node-inspect/archive/v1.11.5.tar.gz" | \
  tar -xzvf - && mv node-inspect-* deps/node-inspect

Compare: https://github.com/nodejs/node-inspect/compare/v1.11.3...v1.11.5

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading