mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
nudge-update
This commit is contained in:
@@ -2327,8 +2327,7 @@ pub(crate) async fn run_task(
|
||||
}
|
||||
Err(e) => {
|
||||
info!("Turn error: {e:#}");
|
||||
let error_event = e.to_error_event(None);
|
||||
let event = EventMsg::Error(error_event);
|
||||
let event = EventMsg::Error(e.to_error_event(None));
|
||||
sess.send_event(&turn_context, event).await;
|
||||
// let the user continue the conversation
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user