Skip to content

Commit 0ea88d5

Browse files
Merge branch 'codex/hosted-review-phase-3' into codex/hosted-review-phase-4
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
2 parents 49a2fb4 + 6776fa6 commit 0ea88d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-rust/crates/core/src/session_storage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ pub async fn write_transcript_entry(path: &Path, entry: &TranscriptEntry) -> cra
323323
.await?;
324324

325325
file.write_all(line.as_bytes()).await?;
326+
file.flush().await?;
326327
Ok(())
327328
}
328329

0 commit comments

Comments
 (0)