diff --git a/app/lib/runtime/action-runner.ts b/app/lib/runtime/action-runner.ts index 4b32f7ada..5fb984fd8 100644 --- a/app/lib/runtime/action-runner.ts +++ b/app/lib/runtime/action-runner.ts @@ -100,6 +100,7 @@ export class ActionRunner { .catch((error) => { console.error('Action failed:', error); }); + return this.#currentExecutionPromise; } async #executeAction(actionId: string, isStreaming: boolean = false) {