Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove auto-unref
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 11, 2012
1 parent e9aa57e commit 1358632
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/child_process.js
Expand Up @@ -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;
};

Expand Down

0 comments on commit 1358632

Please sign in to comment.