We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d6cb4 commit 0c8eda9Copy full SHA for 0c8eda9
1 file changed
src/main.rs
@@ -35,7 +35,7 @@ fn main() -> ExitCode {
35
match internal_wrapper() {
36
Ok(()) => ExitCode::SUCCESS,
37
Err(e) => {
38
- eprint!("{}", e);
+ eprintln!("{}", e);
39
ExitCode::FAILURE
40
}
41
0 commit comments