[fix]: shell commands failing on app reload

This commit is contained in:
PuneetP16
2024-11-26 14:24:41 +05:30
parent f0a668b811
commit 4fb64800d3
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ export class ActionRunner {
this.#currentExecutionPromise = this.#currentExecutionPromise
.then(() => {
this.#executeAction(actionId, isStreaming);
return this.#executeAction(actionId, isStreaming);
})
.catch((error) => {
console.error('Action failed:', error);