mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-28 06:42:56 +00:00
fixed action-runner linting
This commit is contained in:
parent
507a7f94bd
commit
b9575c8a55
@ -101,8 +101,9 @@ export class ActionRunner {
|
||||
console.error('Action failed:', error);
|
||||
});
|
||||
|
||||
// eslint-disable-next-line consistent-return -- TODO: fix this consistent-return error
|
||||
return this.#currentExecutionPromise;
|
||||
await this.#currentExecutionPromise;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
||||
|
Loading…
Reference in New Issue
Block a user