Lint stuff

This commit is contained in:
Veeck
2020-05-25 18:57:15 +02:00
committed by rejas
parent 8c319903dd
commit 13073bc98d
8 changed files with 63 additions and 56 deletions

View File

@@ -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);
});
}