Skip to content

Commit 0fe668c

Browse files
Merge branch 'codex/hosted-review-phase-1' into codex/hosted-review-phase-2
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
2 parents 69447bd + 1d2af94 commit 0fe668c

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)