mirror of https://github.com/nodejs/node.git
Return child from execFile
parent
7a706e4206
commit
d700a6f74a
|
@ -82,6 +82,8 @@ exports.execFile = function (file, args /*, options, callback */) {
|
|||
if (callback) callback(e, stdout, stderr);
|
||||
}
|
||||
});
|
||||
|
||||
return child;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue