mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-24 20:44:53 -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