Remove thrown Errors and add some color to the ouput

This commit is contained in:
rejas 2020-08-08 22:16:27 +02:00
parent 0056e0bc6d
commit 66609428a2
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,8 @@ var Utils = {
colors: {
warn: colors.yellow,
error: colors.red,
info: colors.blue
info: colors.blue,
pass: colors.green
}
};