mirror of
https://github.com/openai/codex.git
synced 2026-04-27 09:51:03 +03:00
codex: emit shutdown complete after durability errors (#16599)
This commit is contained in:
@@ -5585,7 +5585,6 @@ mod handlers {
|
||||
if !shutdown_failures.is_empty() {
|
||||
sess.shutdown_failure
|
||||
.send_replace(Some(shutdown_failures.join("; ")));
|
||||
return true;
|
||||
}
|
||||
|
||||
let event = Event {
|
||||
|
||||
Reference in New Issue
Block a user