Comparing version 2.0.6 to 2.0.8
@@ -71,6 +71,9 @@ #!/usr/bin/env node | ||
env: null, | ||
setsid: true, | ||
stdio: "inherit" | ||
stdio: ['pipe', process.stdout, process.stderr] | ||
}); | ||
process.stdin.pipe(child.stdin, { | ||
end: true | ||
}); | ||
child.addListener("exit", function (code) { | ||
@@ -77,0 +80,0 @@ doneCB(!code); |
@@ -5,3 +5,3 @@ { | ||
"description": "The NPM Command Line Interface for the RED Boilerplate", | ||
"version": "2.0.6", | ||
"version": "2.0.8", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
2916
72