We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf94929 commit d024316Copy full SHA for d024316
test/known_issues/test-stdin-is-always-net.socket.js
@@ -11,7 +11,7 @@ if (process.argv[2] === 'child') {
11
return;
12
}
13
14
-const proc = spawn(process.execPath, [__filename, 'child'], { stdio: 'ignore' });
+const proc = spawn(process.execPath, [__filename, 'child'], {stdio: 'ignore'});
15
// To double-check this test, set stdio to 'pipe' and uncomment the line below.
16
// proc.stderr.pipe(process.stderr);
17
proc.on('exit', common.mustCall(function(exitCode) {
0 commit comments