Remove auto-unref
cc: @AvianFlu @AndreasMadsen
This commit is contained in:
parent
e9aa57e8bd
commit
1358632e67
@ -609,10 +609,6 @@ var spawn = exports.spawn = function(file, args, options) {
|
|||||||
gid: options ? options.gid : null
|
gid: options ? options.gid : null
|
||||||
});
|
});
|
||||||
|
|
||||||
if (options && options.detached) {
|
|
||||||
child.unref();
|
|
||||||
}
|
|
||||||
|
|
||||||
return child;
|
return child;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user