Skip to content

Commit ed48de7

Browse files
committed
dbg dev
1 parent 4207a29 commit ed48de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ pub async fn run_daemon(ready: Option<Arc<AtomicBool>>) {
207207
// }
208208
//
209209
if let Some(ready) = ready {
210+
println!("now");
210211
ready.store(true, std::sync::atomic::Ordering::SeqCst);
211212
}
212213

0 commit comments

Comments
 (0)