This commit is contained in:
celia-oai
2025-11-19 17:12:44 -08:00
parent 8e8a55723a
commit 037e0b5736

View File

@@ -37,10 +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,
http_status_code: None,
}),
msg: EventMsg::Error(ErrorEvent { message }),
}));
app_event_tx_clone.send(AppEvent::ExitRequest);
tracing::error!("failed to initialize codex: {err}");