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
fix: ignore listening for the directory itself to be deleted (#251)
After Node.js v22, fs.watch(dir) and deleting a dir will trigger the
rename change event.
Here we just ignore it and keep the same behavior as before v22
libuv/libuv#4376
0 commit comments