Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
seren5240 committed Mar 13, 2024
1 parent 8179f6e commit f53bd10
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 @@ -415,6 +415,7 @@ fn is_file_ignored(path: &Path) -> Result<bool> {
return Ok(true);
}
}
println!("Is file ignored returning false for {}", path);
Ok(false)
}

Expand Down

0 comments on commit f53bd10

Please sign in to comment.