fixed action-runner linting
Browse files
app/lib/runtime/action-runner.ts
CHANGED
|
@@ -101,8 +101,9 @@ export class ActionRunner {
|
|
| 101 |
console.error('Action failed:', error);
|
| 102 |
});
|
| 103 |
|
| 104 |
-
|
| 105 |
-
|
|
|
|
| 106 |
}
|
| 107 |
|
| 108 |
async #executeAction(actionId: string, isStreaming: boolean = false) {
|
|
|
|
| 101 |
console.error('Action failed:', error);
|
| 102 |
});
|
| 103 |
|
| 104 |
+
await this.#currentExecutionPromise;
|
| 105 |
+
|
| 106 |
+
return;
|
| 107 |
}
|
| 108 |
|
| 109 |
async #executeAction(actionId: string, isStreaming: boolean = false) {
|