inspector: Do not crash if the port is n/a by eugeneo · Pull Request #7874 · nodejs/node

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

inspector

Issues and PRs related to the V8 inspector protocol

labels

Jul 25, 2016

@eugeneo

Node process will no longer terminate with an assertion if the inspector
port is not available.

ofrobots pushed a commit that referenced this pull request

Jul 29, 2016
Node process will no longer terminate with an assertion if the
inspector port is not available.

PR-URL: #7874
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>

@eugeneo eugeneo deleted the stop_when_no_port branch

August 2, 2016 23:37

cjihrig pushed a commit that referenced this pull request

Aug 10, 2016
Node process will no longer terminate with an assertion if the
inspector port is not available.

PR-URL: #7874
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>

Conflicts:
	src/node.cc