diff --git a/vit-servicing-station-lib/src/server/snapshot_watcher.rs b/vit-servicing-station-lib/src/server/snapshot_watcher.rs index ef8c506c..c7b76d5d 100644 --- a/vit-servicing-station-lib/src/server/snapshot_watcher.rs +++ b/vit-servicing-station-lib/src/server/snapshot_watcher.rs @@ -79,6 +79,8 @@ pub async fn async_watch(path: PathBuf, context: SharedContext) -> Result Result - { + | EventKind::Modify(ModifyKind::Name(_)) => { if tx.send(()).is_err() { warn!( "failed to propagate snapshot file update event, this shouldn't happen"