diff options
Diffstat (limited to 'cli/cache/parsed_source.rs')
-rw-r--r-- | cli/cache/parsed_source.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cli/cache/parsed_source.rs b/cli/cache/parsed_source.rs index 461ac6dce..b6a80e82e 100644 --- a/cli/cache/parsed_source.rs +++ b/cli/cache/parsed_source.rs @@ -121,12 +121,7 @@ impl ParsedSourceCache { ) { Ok(analyzer) => Box::new(analyzer), Err(err) => { - let file = self - .db_cache_path - .as_ref() - .map(|s| s.to_string_lossy().to_string()) - .unwrap_or_default(); - log::error!("Could not create cached module analyzer, cache file '{file}' may be corrupt: {:#}", err); + log::debug!("Could not create cached module analyzer. {:#}", err); // fallback to not caching if it can't be created Box::new(deno_graph::CapturingModuleAnalyzer::new( None, |