This commit is contained in:
jif-oai
2025-10-16 15:05:55 +01:00
parent 2cdfd38c24
commit 39c72b3151
5 changed files with 84 additions and 2 deletions

View File

@@ -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();
}