Skip to content

Commit

Permalink
chore: debug windows changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Oct 28, 2024
1 parent e82cf21 commit e6d779f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/workspace_std/src/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ impl Workspace {
.map(|_| pkg.to_owned())
.collect::<Vec<PackageInfo>>();

dbg!(pkg);
dbg!(&pkgs);
dbg!(&changed_files);

pkgs.dedup_by(|a, b| a.package.name == b.package.name);

pkgs
Expand Down

0 comments on commit e6d779f

Please sign in to comment.