mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
child_process: hook up handle wrap to owning object
This commit is contained in:
@@ -628,6 +628,8 @@ function ChildProcess() {
|
||||
this.killed = false;
|
||||
|
||||
this._handle = new Process();
|
||||
this._handle.owner = this;
|
||||
|
||||
this._handle.onexit = function(exitCode, signalCode) {
|
||||
//
|
||||
// follow 0.4.x behaviour:
|
||||
|
||||
Reference in New Issue
Block a user