Fix build
This commit is contained in:
parent
8ff405497c
commit
d805686fd5
3 changed files with 6 additions and 2 deletions
|
@ -336,7 +336,7 @@ export class TagUtils {
|
|||
if (json["or"] !== undefined) {
|
||||
return new Or(json["or"].map(t => TagUtils.Tag(t, context)));
|
||||
}
|
||||
throw "At " + context + ": unrecognized tag"
|
||||
throw `At ${context}: unrecognized tag: ${JSON.stringify(json)}`
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue