diff --git a/src/ipc.rs b/src/ipc.rs index 478094cf2..18a81398c 100644 --- a/src/ipc.rs +++ b/src/ipc.rs @@ -544,7 +544,7 @@ async fn check_pid(postfix: &str) { } } } - hbb_common::allow_err!(std::fs::remove_file(&Config::ipc_path(postfix))); + std::fs::remove_file(&Config::ipc_path(postfix)); } #[inline]