main: end error messages with a newline
This commit is contained in:
parent
c76517d6c4
commit
1b0749a6d0
@ -182,7 +182,7 @@ pub fn main() {
|
||||
.map(AsRef::as_ref)) {
|
||||
metadata
|
||||
} else {
|
||||
let _ = io::stderr().write_fmt(format_args!("error: Could not obtain cargo metadata."));
|
||||
let _ = io::stderr().write_fmt(format_args!("error: Could not obtain cargo metadata.\n"));
|
||||
process::exit(101);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user