Skip to content

Commit 8fc3422

Browse files
committed
Fixed typo
1 parent 19baf1f commit 8fc3422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mocha-parallel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function discoverTests(run, options, cb) {
4343

4444
p.on("exit", function (status) {
4545
if (status) {
46-
cb(new Error("Process exited width code " + status));
46+
cb(new Error("Process exited with code " + status));
4747
}
4848
else {
4949
cb();

0 commit comments

Comments
 (0)