mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
Include individual path checks in --verbose logging (#3489)
This commit is contained in:
parent
a6e998d639
commit
1e5db58b7b
4 changed files with 6 additions and 7 deletions
|
@ -44,10 +44,7 @@ pub fn run(
|
|||
if cache.into() {
|
||||
fn init_cache(path: &std::path::Path) {
|
||||
if let Err(e) = cache::init(path) {
|
||||
error!(
|
||||
"Failed to initialize cache at {}: {e:?}",
|
||||
path.to_string_lossy()
|
||||
);
|
||||
error!("Failed to initialize cache at {}: {e:?}", path.display());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue