summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-11-04 16:23:02 +0100
committerBert Belder <bertbelder@gmail.com>2011-11-04 17:50:28 +0100
commit829735e738d34d880ba35c0e114cf9cff4dfedaf (patch)
tree5197e115a4b41e163973f7ee3a77906f57b65c30 /lib
parent35f4182cee079e2c481dc436f5ea97966957def8 (diff)
downloadnode-new-829735e738d34d880ba35c0e114cf9cff4dfedaf.tar.gz
Implement process._debugProcess
Diffstat (limited to 'lib')
-rw-r--r--lib/_debugger.js2
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));
}
}