mirror of
https://github.com/openai/codex.git
synced 2026-05-04 11:26:33 +00:00
codex: remove in-process legacy notifications (#15106)
This commit is contained in:
@@ -819,7 +819,6 @@ async fn run_exec_session(args: ExecRunArgs) -> anyhow::Result<()> {
|
||||
warn!("{message}");
|
||||
let _ = event_processor.process_event(TypedExecEvent::Warning(message));
|
||||
}
|
||||
InProcessServerEvent::LegacyNotification(_) => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user