handled that error

This commit is contained in:
Nickiel12 2021-12-29 23:53:12 -08:00
parent e79e7b5df4
commit 4cc30f305c

View file

@ -52,7 +52,7 @@ fn main() {
} }
socket.close(); socket.close();
hotkey_handle.join(); hotkey_handle.join().unwrap();
} }
fn setup_control_c(mut control_c_flag_tx: sync_flag::SyncFlagTx) { fn setup_control_c(mut control_c_flag_tx: sync_flag::SyncFlagTx) {