Fix merge

This commit is contained in:
Pieter Vander Vennet 2023-10-02 01:23:43 +02:00
parent 0c9a4576c0
commit d6cd0516bb
7 changed files with 30 additions and 52 deletions

View file

@ -368,8 +368,7 @@ class ExpandTagRendering extends Conversion<
name +
": layer " +
layerName +
" not found. Maybe you meant on of " +
candidates.slice(0, 3).join(", ")
" not found for now, but ignoring as this is a bootstrapping run. "
)
} else {
errors.push(
@ -378,7 +377,7 @@ class ExpandTagRendering extends Conversion<
name +
": layer " +
layerName +
" not found. Maybe you meant on of " +
" not found. Maybe you meant one of " +
candidates.slice(0, 3).join(", ")
)
}