summaryrefslogtreecommitdiff
path: root/test/parallel/test-process-external-stdio-close.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-process-external-stdio-close.js')
-rw-r--r--test/parallel/test-process-external-stdio-close.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-process-external-stdio-close.js b/test/parallel/test-process-external-stdio-close.js
index 798ee00d05..067a75ec93 100644
--- a/test/parallel/test-process-external-stdio-close.js
+++ b/test/parallel/test-process-external-stdio-close.js
@@ -14,7 +14,7 @@ if (process.argv[2] === 'child') {
process.disconnect();
}));
} else {
- const child = cp.fork(__filename, ['child'], {silent: true});
+ const child = cp.fork(__filename, ['child'], { silent: true });
child.on('close', common.mustCall((exitCode, signal) => {
assert.strictEqual(exitCode, 0);