mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
fix error
This commit is contained in:
@@ -469,7 +469,9 @@ impl ChatWidget<'_> {
|
||||
|
||||
/// Update the live log preview while a task is running.
|
||||
pub(crate) fn update_latest_log(&mut self, line: String) {
|
||||
self.bottom_pane.update_status_text(line);
|
||||
if self.bottom_pane.is_task_running() {
|
||||
self.bottom_pane.update_status_text(line);
|
||||
}
|
||||
}
|
||||
|
||||
fn request_redraw(&mut self) {
|
||||
|
||||
Reference in New Issue
Block a user