forked from MapComplete/MapComplete
Better error output
This commit is contained in:
parent
62bc005534
commit
5a72ad46d4
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ export class GenerateFavouritesLayer extends Script {
|
|||
continue
|
||||
}
|
||||
if (optimized === false) {
|
||||
throw "Optimized into 'false', this is weird..."
|
||||
throw `Optimized ${TagUtils.Tag({or: conditions}).asHumanString()} into 'false', this is weird...`
|
||||
}
|
||||
tr.condition = optimized
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue