updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-17 10:05:15 -07:00
committed by GitHub
parent a490b4db8c
commit 9544251b1a
8 changed files with 5 additions and 0 deletions

View File

@ -268,6 +268,10 @@ export async function executeAst({
: _executor(ast, programMemoryInit(), engineCommandManager, false))
await engineCommandManager.waitForAllCommands()
engineCommandManager.addCommandLog({
type: 'execution-done',
data: null,
})
return {
logs: [],
errors: [],