Return child from execFile
This commit is contained in:
parent
7a706e4206
commit
d700a6f74a
@ -82,6 +82,8 @@ exports.execFile = function (file, args /*, options, callback */) {
|
|||||||
if (callback) callback(e, stdout, stderr);
|
if (callback) callback(e, stdout, stderr);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
return child;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user