mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +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