Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 1, 2024
1 parent c386ef6 commit f6c8bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crate_universe/src/splicing/splicer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ impl<'a> SplicerKind<'a> {
}
if !missing_labels.is_empty() || !missing_paths.is_empty() {
bail!(
"Some manifests are not being tracked.\nSplicing manifest: {:#?}\n{}{}",
"Some manifests are not being tracked.\nSplicing manifest: {:#?}\nManifests: {:#?}\n{}{}",
splicing_manifest,
manifests,
if !missing_labels.is_empty() {
format!(
"\nPlease add the following labels to the `manifests` key:\n {}",
Expand Down

0 comments on commit f6c8bea

Please sign in to comment.