Skip to content

Commit

Permalink
use error display
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptaliagy committed Feb 28, 2023
1 parent 376c8d6 commit 1efb552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() -> ExitCode {
if res.is_ok() {
ExitCode::from(0)
} else {
println!("{:?}", res.unwrap_err());
println!("{}", res.unwrap_err());
ExitCode::from(1)
}
}
Expand Down

0 comments on commit 1efb552

Please sign in to comment.