Add semi-colon

This commit is contained in:
Yui T 2017-06-16 11:12:31 -07:00
parent 4b21358582
commit ef3e7e6ab5

View file

@ -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);