Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1bd3fe

Browse filesBrowse files
cjihrigFishrock123
authored andcommitted
cluster: work with v8_inspector
PR-URL: #6792 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
1 parent 7d4f038 commit c1bd3fe
Copy full SHA for c1bd3fe

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎lib/cluster.js‎

Copy file name to clipboardExpand all lines: lib/cluster.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ function masterInit() {
305305
workerEnv.NODE_UNIQUE_ID = '' + id;
306306

307307
for (var i = 0; i < execArgv.length; i++) {
308-
var match = execArgv[i].match(/^(--debug|--debug-(brk|port))(=\d+)?$/);
308+
var match = execArgv[i].match(
309+
/^(--inspect|--debug|--debug-(brk|port))(=\d+)?$/
310+
);
309311

310312
if (match) {
311313
if (debugPort === 0) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.