Skip to content

Commit

Permalink
better error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptaliagy committed Feb 28, 2023
1 parent 1efb552 commit ed38a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -20,7 +20,7 @@ fn main() -> ExitCode {
.enable_time()
.enable_io()
.build()
.unwrap()
.expect("Could not build the runtime")
.block_on(run(endpoint));

if res.is_ok() {
Expand Down

0 comments on commit ed38a82

Please sign in to comment.