fix: handle Windows paths in pre-commit tests (#2974)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Henry Guo
2026-05-15 22:04:51 +08:00
committed by GitHub
parent 738fb86611
commit bca8b08c2b
15 changed files with 134 additions and 46 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ impl LogCleaner {
if let Some(err) = last_err {
return Err(err);
}
return Ok(());
Ok(())
}
#[cfg(not(windows))]