mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Add task to check configuration file syntax.
This commit is contained in:
parent
2c0ca78265
commit
f89f704a69
5 changed files with 79 additions and 4 deletions
|
@ -11,7 +11,8 @@ var colors = require("colors/safe");
|
|||
var Utils = {
|
||||
colors: {
|
||||
warn: colors.yellow,
|
||||
error: colors.red
|
||||
error: colors.red,
|
||||
info: colors.blue
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue