We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ffb8d commit 09bd273Copy full SHA for 09bd273
codex-rs/tui/src/chatwidget/agent.rs
@@ -37,9 +37,7 @@ pub(crate) fn spawn_agent(
37
eprintln!("{message}");
38
app_event_tx_clone.send(AppEvent::CodexEvent(Event {
39
id: "".to_string(),
40
- msg: EventMsg::Error(ErrorEvent {
41
- message,
42
- }),
+ msg: EventMsg::Error(ErrorEvent { message }),
43
}));
44
app_event_tx_clone.send(AppEvent::ExitRequest);
45
tracing::error!("failed to initialize codex: {err}");
0 commit comments