mirror of
https://github.com/openai/codex.git
synced 2026-05-05 22:01:37 +03:00
Logs
This commit is contained in:
@@ -306,7 +306,8 @@ impl InftyOrchestrator {
|
||||
EventMsg::StreamError(error) => {
|
||||
println!("Stream error: {:?}", error);
|
||||
}
|
||||
_ => {
|
||||
e => {
|
||||
tracing::info!("Unhandled event: {:?}", e);
|
||||
print!(".");
|
||||
let _ = std::io::stdout().flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user