Infinite thread leak in Obsidian watcher src/obsidian/watcher.rs:42-44 loop { std::thread::sleep(Duration::from_secs(1)); }
Infinite thread leak in Obsidian watcher
src/obsidian/watcher.rs:42-44
loop {
std::thread::sleep(Duration::from_secs(1));
}