mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
Add semi-colon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user