better watch events
This commit is contained in:
@@ -100,8 +100,9 @@ fn create_watch(
|
|||||||
if let Ok(_) = thread_rx.try_recv() {
|
if let Ok(_) = thread_rx.try_recv() {
|
||||||
break 'watch_loop;
|
break 'watch_loop;
|
||||||
}
|
}
|
||||||
if let Ok(notify::DebouncedEvent::Create(_)) =
|
if let Ok(notify::DebouncedEvent::Create(_))
|
||||||
notify_rx.recv_timeout(Duration::from_secs(1))
|
| Ok(notify::DebouncedEvent::NoticeWrite(_))
|
||||||
|
| Ok(notify::DebouncedEvent::Write(_)) = notify_rx.recv_timeout(Duration::from_secs(1))
|
||||||
{
|
{
|
||||||
loader.reload();
|
loader.reload();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user