mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
adding todo
This commit is contained in:
@@ -300,6 +300,7 @@ async fn rollout_writer(
|
||||
let mut buf = serde_json::to_vec(value)?;
|
||||
buf.push(b'\n');
|
||||
file.write_all(&buf).await?;
|
||||
// TODO: decide if we want to flush here or TaskComplete is enough.
|
||||
file.flush().await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user