Skip to content

Commit

Permalink
add into_diagnostic (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Jan 10, 2025
1 parent 84ddc2f commit 3aa51f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/pixi-build/src/tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ impl RattlerBuild {
.collect::<Vec<ParsingError>>()
.into();
errs
})?;
})
.into_diagnostic()?;

if recipe.build().skip() {
eprintln!(
Expand Down

0 comments on commit 3aa51f4

Please sign in to comment.