mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
Use color red for error when the configuration file is not found.
This commit is contained in:
@@ -10,7 +10,8 @@ var colors = require("colors/safe");
|
||||
|
||||
var Utils = {
|
||||
colors: {
|
||||
warn: colors.yellow
|
||||
warn: colors.yellow,
|
||||
error: colors.red
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user