mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-17 23:24:49 +00:00
Use references in output syntax
This commit is contained in:
parent
1bb8eca993
commit
8802f64248
1 changed files with 2 additions and 2 deletions
|
|
@ -49,10 +49,10 @@ fn upcheck() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
eprintln!("Process exited with: {}", available_updates.status);
|
eprintln!("Process exited with: {}", &available_updates.status);
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"\nMore information about the error:\n\n {:#?}",
|
"\nMore information about the error:\n\n {:#?}",
|
||||||
available_updates
|
&available_updates
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue