Skip to content

Commit

Permalink
bring back a debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Jul 31, 2024
1 parent 5683838 commit 8d79542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-repository/src/change_mapper/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ impl<'a, PD: PackageChangeMapper> ChangeMapper<'a, PD> {
changed_packages.insert(pkg);
}
PackageMapping::All => {
debug!("all packages changed due to {file:?}");
return PackageChanges::All(AllPackageChangeReason::NonPackageFileChanged);
}
PackageMapping::None => {}
Expand Down

0 comments on commit 8d79542

Please sign in to comment.