Skip to content

Commit 3e6bb85

Browse files
committed
fix: output pane freeze
1 parent 870807a commit 3e6bb85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/session/instance.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@ impl Instance {
590590
Ok(status) => status,
591591
Err(_) => Status::Idle,
592592
};
593+
594+
// Clear stale error now that the session is healthy
595+
self.last_error = None;
593596
}
594597

595598
pub fn capture_output_with_size(

0 commit comments

Comments
 (0)