fixed action-runner linting
This commit is contained in:
@@ -101,8 +101,9 @@ export class ActionRunner {
|
|||||||
console.error('Action failed:', error);
|
console.error('Action failed:', error);
|
||||||
});
|
});
|
||||||
|
|
||||||
// eslint-disable-next-line consistent-return -- TODO: fix this consistent-return error
|
await this.#currentExecutionPromise;
|
||||||
return this.#currentExecutionPromise;
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
||||||
|
|||||||
Reference in New Issue
Block a user