summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-recv-handle.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-recv-handle.js')
-rw-r--r--test/parallel/test-child-process-recv-handle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-recv-handle.js b/test/parallel/test-child-process-recv-handle.js
index d6bfa0d425..b67bc206ac 100644
--- a/test/parallel/test-child-process-recv-handle.js
+++ b/test/parallel/test-child-process-recv-handle.js
@@ -37,7 +37,7 @@ function primary() {
// spawn() can only create one IPC channel so we use stdin/stdout as an
// ad-hoc command channel.
const proc = spawn(process.execPath, [
- '--expose-internals', __filename, 'worker'
+ '--expose-internals', __filename, 'worker',
], {
stdio: ['pipe', 'pipe', 'pipe', 'ipc']
});