mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Use color red for error when the configuration file is not found.
This commit is contained in:
parent
2168838365
commit
1e3b866c8b
2 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,8 @@ var colors = require("colors/safe");
|
|||
|
||||
var Utils = {
|
||||
colors: {
|
||||
warn: colors.yellow
|
||||
warn: colors.yellow,
|
||||
error: colors.red
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue