Skip to content

Commit

Permalink
Remove forced --debug-force argument nodejs#8159
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Aug 28, 2014
1 parent f7d6147 commit 8035ab8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ function masterInit() {
}
}

if (!hasDebugArg)
execArgv = ['--debug-port=' + debugPort].concat(execArgv);

return fork(cluster.settings.exec, cluster.settings.args, {
env: workerEnv,
silent: cluster.settings.silent,
Expand Down

0 comments on commit 8035ab8

Please sign in to comment.