Skip to content

Commit

Permalink
Update action-runner.ts
Browse files Browse the repository at this point in the history
needed to return promise for proper artifact chaining
  • Loading branch information
thecodacus authored Nov 29, 2024
1 parent 4fb6480 commit 5add317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/runtime/action-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class ActionRunner {
.catch((error) => {
console.error('Action failed:', error);
});
return this.#currentExecutionPromise;
}

async #executeAction(actionId: string, isStreaming: boolean = false) {
Expand Down

0 comments on commit 5add317

Please sign in to comment.