Skip to content

Commit

Permalink
FML
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyCoolSlug committed Aug 30, 2024
1 parent e003062 commit db149b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/src/platform/macos/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub async fn run(tx: mpsc::Sender<EventTriggers>, mut stop: Shutdown) -> Result<
}
}

if HANDLE_MACOS_AGGREGATES.lock().unwrao().unwrap() == false {
if HANDLE_MACOS_AGGREGATES.lock().unwrap().unwrap() == false {
return Ok(());
}

Expand Down

0 comments on commit db149b5

Please sign in to comment.