Skip to content

avoid printing "Events were dropped by the FSEvents client" during watch #9678

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

Merged
merged 1 commit into from
Apr 17, 2025

Conversation

davidfirst
Copy link
Member

For big projects, it happens all the time when running bit install or any heavy command. It's because Parcel watches the workspace root and although the node-modules is ignored, it probably stills gets the events from the FSEvents (and then discard them).
It's not helpful to show this error message constantly, so it's simply ignored.

@davidfirst davidfirst merged commit 2b2f678 into master Apr 17, 2025
10 checks passed
@davidfirst davidfirst deleted the improve-err-watcher-parcel branch April 17, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants