You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fsnotify.Watcher.Add with a directory instead of file (at least in kqueue implementation) ignores all files after the first symbolic link that points to a nonexistent file and returns a file does not exist error.
Describe the bug
fsnotify.Watcher.Addwith a directory instead of file (at least inkqueueimplementation) ignores all files after the first symbolic link that points to a nonexistent file and returns afile does not existerror.This change is suspected.
Code to Reproduce
Code
Expected result
Exit code: 0
Actual result
File operations to reproduce
Note
These steps should be made before running the code.
Which operating system and version are you using?
Which fsnotify version are you using?
1.9.0
Did you try the latest main branch?
Yes