Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-08-26 13:18:39 +02:00
commit 1378c1a779
372 changed files with 26005 additions and 20082 deletions

View file

@ -82,7 +82,11 @@ class ParseLayer extends Conversion<
const fixed = this._prepareLayer.convert(parsed, context.inOperation("PrepareLayer"))
if (!fixed.source && fixed.presets?.length < 1) {
context.enter("source").err("No source is configured. (Tags might be automatically derived if presets are given)")
context
.enter("source")
.err(
"No source is configured. (Tags might be automatically derived if presets are given)"
)
return undefined
}