diff --git a/internal/fsnotifyext/fsnotify_dedup.go b/internal/fsnotifyext/fsnotify_dedup.go index def9b6c7..d0818423 100644 --- a/internal/fsnotifyext/fsnotify_dedup.go +++ b/internal/fsnotifyext/fsnotify_dedup.go @@ -32,7 +32,7 @@ func (d *Deduper) GetChan() <-chan fsnotify.Event { switch { case !ok: return - case event.Op == fsnotify.Chmod: + case event.Has(fsnotify.Chmod): continue }