child_process: in a new ChildProcess
set killed
to false
This behavior is consistent with what v0.4 does.
This commit is contained in:
parent
60818b957c
commit
6bd0bcd5af
@ -369,6 +369,7 @@ function ChildProcess() {
|
||||
|
||||
this.signalCode = null;
|
||||
this.exitCode = null;
|
||||
this.killed = false;
|
||||
|
||||
this._internal = new Process();
|
||||
this._internal.onexit = function(exitCode, signalCode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user