Skip to content

Commit

Permalink
dbg dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 4, 2024
1 parent 4207a29 commit ed48de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ pub async fn run_daemon(ready: Option<Arc<AtomicBool>>) {
// }
//
if let Some(ready) = ready {
println!("now");
ready.store(true, std::sync::atomic::Ordering::SeqCst);
}

Expand Down

0 comments on commit ed48de7

Please sign in to comment.