mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-06 08:44:23 +01:00
fix windows io
This commit is contained in:
@@ -30,6 +30,12 @@ impl IO for WindowsIO {
|
||||
}))
|
||||
}
|
||||
|
||||
#[instrument(err, skip_all, level = Level::TRACE)]
|
||||
fn remove_file(&self, path: &str) -> Result<()> {
|
||||
trace!("remove_file(path = {})", path);
|
||||
Ok(std::fs::remove_file(path)?)
|
||||
}
|
||||
|
||||
#[instrument(err, skip_all, level = Level::TRACE)]
|
||||
fn run_once(&self) -> Result<()> {
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user