backup current stable ejclaw state
This commit is contained in:
@@ -379,6 +379,12 @@ export class MessageTurnController {
|
||||
this.hadError
|
||||
) {
|
||||
await this.publishFailureFinal();
|
||||
} else if (
|
||||
outputStatus === 'error' &&
|
||||
this.visiblePhase === 'silent' &&
|
||||
!this.terminalObserved()
|
||||
) {
|
||||
await this.publishFailureFinal();
|
||||
}
|
||||
|
||||
this.clearProgressTicker();
|
||||
|
||||
Reference in New Issue
Block a user