This commit is contained in:
kevin zhao
2025-11-19 16:08:41 -08:00
parent 70ffb8d1bc
commit 09bd2732ad

View File

@@ -37,9 +37,7 @@ pub(crate) fn spawn_agent(
eprintln!("{message}");
app_event_tx_clone.send(AppEvent::CodexEvent(Event {
id: "".to_string(),
msg: EventMsg::Error(ErrorEvent {
message,
}),
msg: EventMsg::Error(ErrorEvent { message }),
}));
app_event_tx_clone.send(AppEvent::ExitRequest);
tracing::error!("failed to initialize codex: {err}");