mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Remove thrown Errors and add some color to the ouput
This commit is contained in:
parent
0056e0bc6d
commit
66609428a2
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,8 @@ var Utils = {
|
|||
colors: {
|
||||
warn: colors.yellow,
|
||||
error: colors.red,
|
||||
info: colors.blue
|
||||
info: colors.blue,
|
||||
pass: colors.green
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue