mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Lint stuff
This commit is contained in:
@@ -62,7 +62,7 @@ function checkConfigFile() {
|
||||
return true;
|
||||
} else {
|
||||
// In case the there errors show messages and return
|
||||
messages.forEach(error => {
|
||||
messages.forEach((error) => {
|
||||
Logger.log("Line", error.line, "col", error.column, error.message);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user