mirror of https://github.com/nodejs/node.git
parent
e9aa57e8bd
commit
1358632e67
|
@ -609,10 +609,6 @@ var spawn = exports.spawn = function(file, args, options) {
|
|||
gid: options ? options.gid : null
|
||||
});
|
||||
|
||||
if (options && options.detached) {
|
||||
child.unref();
|
||||
}
|
||||
|
||||
return child;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue