mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Fixed typo
This commit is contained in:
@@ -43,7 +43,7 @@ function discoverTests(run, options, cb) {
|
||||
|
||||
p.on("exit", function (status) {
|
||||
if (status) {
|
||||
cb(new Error("Process exited width code " + status));
|
||||
cb(new Error("Process exited with code " + status));
|
||||
}
|
||||
else {
|
||||
cb();
|
||||
|
||||
Reference in New Issue
Block a user