This commit is contained in:
Tony Garnock-Jones 2023-12-17 08:39:28 +01:00
parent 83c81f894a
commit 34f1617a62
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export class Widget implements EventTarget {
const thisTemplate = template();
dataflow {
const nodes = nodeGenerator(thisTemplate);
const nodes = this.nodeGenerator(thisTemplate);
if (nodes.length !== 1) {
throw new Error(`@syndicate-lang/html2: Expected exactly one node from template`);
}