Skip to content

Commit

Permalink
Just exit
Browse files Browse the repository at this point in the history
  • Loading branch information
tapnisu committed Apr 5, 2024
1 parent 5739599 commit 25ca844
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 @@ -74,6 +74,6 @@ async fn main() {
.unwrap_or_else(|err| cmd.error(ErrorKind::InvalidValue, err).exit());

if let Err(err) = client.start().await {
let _ = cmd.error(ErrorKind::InvalidValue, err).print();
cmd.error(ErrorKind::InvalidValue, err).exit()
}
}

0 comments on commit 25ca844

Please sign in to comment.