From ef3e7e6ab520373dc4c455327141d9c773587305 Mon Sep 17 00:00:00 2001 From: Yui T Date: Fri, 16 Jun 2017 11:12:31 -0700 Subject: [PATCH] Add semi-colon --- scripts/mocha-parallel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mocha-parallel.js b/scripts/mocha-parallel.js index 315f43cafa9..6a54c018e9a 100644 --- a/scripts/mocha-parallel.js +++ b/scripts/mocha-parallel.js @@ -91,7 +91,7 @@ function runTests(taskConfigsFolder, run, options, cb) { var rlError = readline.createInterface({ input: p.stderr, terminal: false - }) + }); rl.on("line", onmessage); rlError.on("line", onErrorMessage);