forked from MapComplete/MapComplete
Merge master
This commit is contained in:
parent
c20013c5f5
commit
23e563cdb7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class HandleErrors extends Script {
|
|||
} = JSON.parse(line)
|
||||
const e = parsed.message
|
||||
if (e.layout === "grb") {
|
||||
console.log("Filtering on GRB!")
|
||||
console.log("Skipping GRB ")
|
||||
continue
|
||||
}
|
||||
console.log(e.username, e.layout, e.message, parsed.date)
|
||||
|
|
Loading…
Reference in a new issue