Skip to content

Commit

Permalink
ravert
Browse files Browse the repository at this point in the history
  • Loading branch information
seren5240 committed Mar 13, 2024
1 parent 6b4b85a commit eea9bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/language/src/target_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ fn inner_find_ignore_files(start_path: &Path, name: &str, cache: &mut FindIgnore
let mut ignore_files = Vec::new();

if let Some(cached) = cache.get(&start_path.to_string_lossy().to_string()) {
println!("Hit a cache and just returning that");
return cached.clone();
}

Expand Down

0 comments on commit eea9bb1

Please sign in to comment.