create html part 11
All checks were successful
ci / build (push) Successful in 1m7s

This commit is contained in:
Christopher Hase 2025-03-27 13:46:35 +01:00
parent b112d13e9d
commit 6980de71ac

View file

@ -133,7 +133,7 @@ function render(node: Node): string {
return "";
}
console.log("Render node " + node.type);
console.log("Render node 2" + node.type);
var outputHTML: string = "";