Skip to content

Commit 1d2af94

Browse files
fix(stats): flush transcript appends for CI (OpenCoven#119)
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
1 parent 61479ac commit 1d2af94

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
@@ -321,6 +321,7 @@ pub async fn write_transcript_entry(path: &Path, entry: &TranscriptEntry) -> cra
321321
.await?;
322322

323323
file.write_all(line.as_bytes()).await?;
324+
file.flush().await?;
324325
Ok(())
325326
}
326327

0 commit comments

Comments
 (0)