no need to trace AsyncEmbeddedScript commands--just print

This commit is contained in:
2021-12-31 16:38:47 -07:00
parent e56d2092fa
commit d9e9faab77

View File

@@ -177,7 +177,7 @@ class AsyncEmbeddedScript {
var expr = Kiss.readerExpToHaxeExpr(nextExp, k);
#if debug
expr = macro { trace($v{exprString}); $expr; };
expr = macro { Prelude.print($v{exprString}); $expr; };
#end
if (expr != null) {
commandList.push(macro function(self, cc) {