mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
Changes hard tabs to double space soft tabs in the error throwing failure block.
This commit is contained in:
parent
45ddc77eaa
commit
d6a7bc36c7
1 changed files with 4 additions and 4 deletions
|
|
@ -219,8 +219,8 @@ gulp.task('test', [
|
|||
`\x1b[36mPending: ${totals[2]}\t`
|
||||
);
|
||||
|
||||
if (totals[1] > 0) throw "ERROR: There are failing tests!"
|
||||
else {
|
||||
console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m');
|
||||
}
|
||||
if (totals[1] > 0) throw "ERROR: There are failing tests!"
|
||||
else {
|
||||
console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue