Skip to content

Commit ef3e7e6

Browse files
author
Yui T
committed
Add semi-colon
1 parent 4b21358 commit ef3e7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mocha-parallel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function runTests(taskConfigsFolder, run, options, cb) {
9191
var rlError = readline.createInterface({
9292
input: p.stderr,
9393
terminal: false
94-
})
94+
});
9595

9696
rl.on("line", onmessage);
9797
rlError.on("line", onErrorMessage);

0 commit comments

Comments
 (0)