small fix (#2148)
updates Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -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: [],
|
||||
|
Reference in New Issue
Block a user