print hscript when debugging cached AsyncEmbeddedScript

This commit is contained in:
2023-07-17 13:09:35 -06:00
parent 309f98b478
commit e7cb9319c5

View File

@@ -135,6 +135,8 @@ class AsyncEmbeddedScript {
ranHscriptInstruction = true;
#end
interp.variables['cc'] = cc;
if (printCurrentInstruction)
Prelude.print(hscriptInstructions[instructionPointer]);
interp.execute(parser.parseString(hscriptInstructions[instructionPointer]));
}