Attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2023-12-06 12:12:53 +01:00
parent 259d4d7fdf
commit 42a87d2611
5 changed files with 592 additions and 110 deletions

View file

@ -722,7 +722,9 @@ class LayerOverviewUtils extends Script {
ConversionContext.construct([themePath], ["PrepareLayer"])
)
try {
themeFile = new PrepareTheme(convertState).convertStrict(
themeFile = new PrepareTheme(convertState, {
skipDefaultLayers: true,
}).convertStrict(
themeFile,
ConversionContext.construct([themePath], ["PrepareLayer"])
)