We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19baf1f commit 8fc3422Copy full SHA for 8fc3422
scripts/mocha-parallel.js
@@ -43,7 +43,7 @@ function discoverTests(run, options, cb) {
43
44
p.on("exit", function (status) {
45
if (status) {
46
- cb(new Error("Process exited width code " + status));
+ cb(new Error("Process exited with code " + status));
47
}
48
else {
49
cb();
0 commit comments