-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno.watchFs
does not catch 'remove' event since v2.0.3
#26906
Labels
bug
Something isn't working correctly
Comments
@kt3k Is this on macOS or Linux? |
I checked that on macos |
I checked it on windows. it did not work in Windows as well. |
it is the move and remove event is not triggered. and when we use move command to rename it works as expected. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The below script catches 'remove' events until Deno 2.0.2:
However, it doesn't catch "remove" event anymore since Deno 2.0.3.
Version: Deno 2.0.3
The text was updated successfully, but these errors were encountered: