[fix]: shell commands failing on app reload
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user