This commit is contained in:
parent
b112d13e9d
commit
6980de71ac
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ function render(node: Node): string {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Render node " + node.type);
|
console.log("Render node 2" + node.type);
|
||||||
|
|
||||||
var outputHTML: string = "";
|
var outputHTML: string = "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue