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
when moving folder to a watched folder , only event for the moved folder is generated and not for files inside the folder. Is this intended behaviour?
node-20.11.0
parcel-watcher-2.4.0
os-windows 10
The text was updated successfully, but these errors were encountered:
I did some more testing and, weirdly, it started to work on Windows (11) for me (no Watchman), but fails to work on macOS where I am getting the events for a folder only. I am using the code from the README example, so just simple subscribe and then console.log the events. The nulls in the following video are the errors.
Both are using Node 20.14.0, the same code etc. macOS is Sonoma 14.4.1 (23E224) and watcher is 2.4.0. NPM at 10.8.1
when moving folder to a watched folder , only event for the moved folder is generated and not for files inside the folder. Is this intended behaviour?
node-20.11.0
parcel-watcher-2.4.0
os-windows 10
The text was updated successfully, but these errors were encountered: