Fix: build
This commit is contained in:
parent
2a21040551
commit
dbca260132
3 changed files with 5 additions and 4 deletions
|
@ -518,7 +518,7 @@ export async function main(args: string[]) {
|
|||
const theme = AllKnownLayouts.allKnownLayouts.get(themeName)
|
||||
if (theme === undefined) {
|
||||
const keys = Array.from(AllKnownLayouts.allKnownLayouts.keys())
|
||||
console.error("The theme " + theme + " was not found; try one of ", keys)
|
||||
console.error("The theme " + themeName + " was not found; try one of ", keys)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue