Skip to content

Commit

Permalink
chore(cli): Clarify message, could be make info/warnings, not just er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
alerque committed May 25, 2024
1 parent 0c87645 commit 92a3abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub fn run(target: Vec<String>) -> Result<()> {
},
_ => {
subcommand_status.error(format!(
"Error encountered outside of CaSILE wrapper: {:?}",
"Output not captured by target wrapper: {:?}",
fields
));
}
Expand Down

0 comments on commit 92a3abd

Please sign in to comment.