diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-16 18:25:04 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-16 18:25:04 +0200 |
| commit | 807796ad35b48c58f61f6c058e12ec10078fd0e3 (patch) | |
| tree | 872b1eace112a066099a18c03191e2c7e162e35b /watch.go | |
| parent | 062b36fe5725d1267c66db2e506b4131d78ce772 (diff) | |
create cli
Diffstat (limited to 'watch.go')
| -rw-r--r-- | watch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ func Watch(path string, fn func(string) error) error { return nil } if event.Has(fsnotify.Remove) { - return nil + continue } if event.Has(fsnotify.Chmod) { continue |