mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Use code 17 for MainExit::JoinErr
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
903c9f5591
commit
456e896483
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ impl Termination for MainExit {
|
||||||
Self::JoinErr(err) => {
|
Self::JoinErr(err) => {
|
||||||
error!("Fatal error:");
|
error!("Fatal error:");
|
||||||
eprintln!("{err:?}");
|
eprintln!("{err:?}");
|
||||||
ExitCode::from(16)
|
ExitCode::from(17)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue