Add back debug print of AST
1 files changed, 1 insertions(+), 0 deletions(-) M session.c
M session.c => session.c +1 -0
@@ 56,6 56,7 @@ error: if(err) goto error; + debugast(ast, 0); appendlog(s, "got an AST but can't evaluate it yet\n"); } }