Browse Source

CustomCategory: catch TwigJS compile errors

master
parent
commit
a428d477b5
  1. 2
      src/customCategory.js

2
src/customCategory.js

@ -454,7 +454,7 @@ function customCategoryTestCompile (data) {
let template
try {
template = OverpassLayer.twig.twig({ data })
template = OverpassLayer.twig.twig({ data, rethrow: true })
} catch (e) {
return e
}

Loading…
Cancel
Save