Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Oct 29, 2024
1 parent 1e2b5b3 commit 32f4bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ pub(crate) async fn run(
.map(normalize_path)
.collect::<Vec<_>>();

dbg!(&filenames);

let filenames = filter_filenames(
filenames.par_iter(),
project.config().files.as_deref(),
Expand Down

0 comments on commit 32f4bff

Please sign in to comment.