codex: emit shutdown complete after durability errors (#16599)

This commit is contained in:
Eric Traut
2026-04-07 01:19:45 -07:00
parent 544f27ba67
commit 2c29da4792

View File

@@ -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 {