handled that error
This commit is contained in:
parent
e79e7b5df4
commit
4cc30f305c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue