diff --git a/broker.ts b/broker.ts index 16ecfef..1884093 100644 --- a/broker.ts +++ b/broker.ts @@ -126,7 +126,8 @@ function parse(input: string): Node { function render(node: Node): string { - if (typeof node.type == "undefined") { + //if (typeof node.type == "undefined") { + if (node.type == undefined) { console.log("...finished...") return "";