This commit is contained in:
Luke D. Jones
2024-04-03 16:14:18 +13:00
parent 5178bf1d1a
commit 2f844ac151
4 changed files with 3 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ where
.read(true)
.write(true)
.create(true)
.truncate(false)
.open(self.file_path())
.unwrap_or_else(|e| panic!("Could not open {:?} {e}", self.file_path()))
}