mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Tweak whitespace in README.md and update QUnit-CLIB.
Former-commit-id: b8fed819580bf7db926b8a4cfb794aa7666c5f58
This commit is contained in:
7
vendor/qunit-clib/qunit-clib.js
vendored
7
vendor/qunit-clib/qunit-clib.js
vendored
@@ -171,7 +171,12 @@
|
||||
|
||||
// exit out of Node.js
|
||||
try {
|
||||
process.exit(details.failed);
|
||||
if (details.failed) {
|
||||
console.error('Error: ' + details.failed + ' of ' + details.total + ' tests failed.');
|
||||
process.exit(1);
|
||||
} else {
|
||||
process.exit(0);
|
||||
}
|
||||
} catch(e) { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user