mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +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) => {
|
.catch((error) => {
|
||||||
console.error('Action failed:', error);
|
console.error('Action failed:', error);
|
||||||
});
|
});
|
||||||
|
return this.#currentExecutionPromise;
|
||||||
}
|
}
|
||||||
|
|
||||||
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user