diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/_debugger.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_debugger.js b/lib/_debugger.js index a6bc213e06..7c4db460b2 100644 --- a/lib/_debugger.js +++ b/lib/_debugger.js @@ -1538,7 +1538,7 @@ Interface.prototype.trySpawn = function(cb) { // TODO Do we really need to handle it? } }; - process.kill(parseInt(this.args[2], 10), 'SIGUSR1'); + process._debugProcess(parseInt(this.args[2], 10)); } } |