mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Update action-runner.ts
needed to return promise for proper artifact chaining
This commit is contained in:
parent
4fb64800d3
commit
5add317b1a
@ -100,6 +100,7 @@ export class ActionRunner {
|
||||
.catch((error) => {
|
||||
console.error('Action failed:', error);
|
||||
});
|
||||
return this.#currentExecutionPromise;
|
||||
}
|
||||
|
||||
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
||||
|
Loading…
Reference in New Issue
Block a user