summaryrefslogtreecommitdiff
path: root/test/sequential/test-child-process-fork-getconnections.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-child-process-fork-getconnections.js')
-rw-r--r--test/sequential/test-child-process-fork-getconnections.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-child-process-fork-getconnections.js b/test/sequential/test-child-process-fork-getconnections.js
index f9dda9ba1d..931763cf3c 100644
--- a/test/sequential/test-child-process-fork-getconnections.js
+++ b/test/sequential/test-child-process-fork-getconnections.js
@@ -31,7 +31,7 @@ if (process.argv[2] === 'child') {
process.on('message', function(m, socket) {
function sendClosed(id) {
- process.send({ id: id, status: 'closed'});
+ process.send({ id: id, status: 'closed' });
}
if (m.cmd === 'new') {