We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b21358 commit ef3e7e6Copy full SHA for ef3e7e6
1 file changed
scripts/mocha-parallel.js
@@ -91,7 +91,7 @@ function runTests(taskConfigsFolder, run, options, cb) {
91
var rlError = readline.createInterface({
92
input: p.stderr,
93
terminal: false
94
- })
+ });
95
96
rl.on("line", onmessage);
97
rlError.on("line", onErrorMessage);
0 commit comments