Skip to content

Commit ee868e0

Browse files
committed
luau: ensure cache_file is flushed after qsv_register_lookup
1 parent 197da6f commit ee868e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/luau.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2297,6 +2297,7 @@ fn setup_helpers(
22972297
let download_elapsed = download_start.elapsed().as_millis();
22982298
writeln!(cache_file, "# Download-duration-ms: {download_elapsed}")?;
22992299
cache_file.write_all(lookup_csv_contents.as_bytes())?;
2300+
cache_file.flush()?;
23002301
}
23012302

23022303
lookup_table_uri = cache_file_path.to_string_lossy().to_string();

0 commit comments

Comments
 (0)