chore: fix clippy error for linux and windows builds

This commit is contained in:
zhom
2025-05-30 01:32:48 +04:00
parent e3e6fd98c8
commit a67803dbc8
+1
View File
@@ -83,6 +83,7 @@ impl BrowserRunner {
}
// Helper function to validate PID for TOR/Mullvad browsers
#[cfg(target_os = "macos")]
fn validate_tor_mullvad_pid(&self, profile: &BrowserProfile, pid: u32) -> bool {
let system = System::new_all();