Skip to content

Commit

Permalink
fix: program exit before terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmuente committed Sep 15, 2021
1 parent b542047 commit 3b3bef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -122,7 +122,7 @@ fn main() {
opts.to_port - opts.from_port + 1
}));
loader.end();
thread::sleep(time::Duration::from_millis(10));
thread::sleep(time::Duration::from_millis(200));
std::process::exit(exitcode::OK);
}

Expand Down

0 comments on commit 3b3bef5

Please sign in to comment.