Fixed typo

This commit is contained in:
Ron Buckton
2016-06-13 12:44:24 -07:00
parent 819066611b
commit 3681e3c4f3
+1 -1
View File
@@ -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();