Continuously render the debug syntax tree

This commit is contained in:
Jonatan Heyman 2023-01-21 16:01:59 +01:00
parent 99a6d0fcc7
commit 305ec124ac

View File

@ -52,7 +52,7 @@
// if debugSyntaxTree prop is set, display syntax tree for debugging // if debugSyntaxTree prop is set, display syntax tree for debugging
if (this.debugSyntaxTree) { if (this.debugSyntaxTree) {
setTimeout(() => { setInterval(() => {
function render(tree) { function render(tree) {
let lists = '' let lists = ''
tree.iterate({ tree.iterate({