mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Changes hard tabs to double space soft tabs in the error throwing failure block.
This commit is contained in:
@@ -219,8 +219,8 @@ gulp.task('test', [
|
|||||||
`\x1b[36mPending: ${totals[2]}\t`
|
`\x1b[36mPending: ${totals[2]}\t`
|
||||||
);
|
);
|
||||||
|
|
||||||
if (totals[1] > 0) throw "ERROR: There are failing tests!"
|
if (totals[1] > 0) throw "ERROR: There are failing tests!"
|
||||||
else {
|
else {
|
||||||
console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m');
|
console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user