forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
1f384e754b
commit
dce838b130
2 changed files with 13 additions and 8 deletions
|
@ -839,6 +839,9 @@ class LayerOverviewUtils extends Script {
|
|||
const themeInfo = themeFiles[i]
|
||||
const themePath = themeInfo.path
|
||||
let themeFile = themeInfo.parsed
|
||||
if(!themeFile){
|
||||
throw "Got an empty file for"+themeInfo.path
|
||||
}
|
||||
if (whitelist.size > 0 && !whitelist.has(themeFile.id)) {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue