summaryrefslogtreecommitdiff
path: root/test/sequential/test-stream2-stderr-sync.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-stream2-stderr-sync.js')
-rw-r--r--test/sequential/test-stream2-stderr-sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-stream2-stderr-sync.js b/test/sequential/test-stream2-stderr-sync.js
index c5295c0a2f..6eff05513f 100644
--- a/test/sequential/test-stream2-stderr-sync.js
+++ b/test/sequential/test-stream2-stderr-sync.js
@@ -67,7 +67,7 @@ function child2() {
const socket = new net.Socket({
fd: 2,
readable: false,
- writable: true});
+ writable: true });
socket.write('child 2\n');
socket.write('foo\n');
socket.write('bar\n');