Skip to content

Commit d9e64ad

Browse files
committed
Fix minor typo.
1 parent 25bda25 commit d9e64ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cli/run.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ exports.handler = async function (argv) {
370370
await runMocha(mocha, argv);
371371
} catch (err) {
372372
if (!err) {
373-
console.error('\n Undefined error:`, err);
373+
console.error('\n Undefined error:', err);
374374
} else {
375375
console.error('\n' + (err.stack || `Error: ${err.message}`), err);
376376
}
377-
377+
378378
process.exit(1);
379379
}
380380
};

0 commit comments

Comments
 (0)