summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-fork-ref.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-fork-ref.js')
-rw-r--r--test/parallel/test-child-process-fork-ref.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-fork-ref.js b/test/parallel/test-child-process-fork-ref.js
index a88408674a..3eae2b242e 100644
--- a/test/parallel/test-child-process-fork-ref.js
+++ b/test/parallel/test-child-process-fork-ref.js
@@ -37,7 +37,7 @@ if (process.argv[2] === 'child') {
});
} else {
- const child = fork(__filename, ['child'], {silent: true});
+ const child = fork(__filename, ['child'], { silent: true });
const ipc = [];
let stdout = '';