We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even if you set a wait of 0, if there are multiple change events from fsevents in the same event loop, only one will have a command executed for it.
This is a problem when transpiling or generating sourcemaps, which can affect multiple files at a time.
The text was updated successfully, but these errors were encountered:
This problem is fixed by PR#52 (https://github.com/kimmobrunfeldt/chokidar-cli/pull/52) which allows full avoidance of debounce.
Sorry, something went wrong.
This is fixed by #90, which has been merged. I think this issue can be closed.
No branches or pull requests
Even if you set a wait of 0, if there are multiple change events from fsevents in the same event loop, only one will have a command executed for it.
This is a problem when transpiling or generating sourcemaps, which can affect multiple files at a time.
The text was updated successfully, but these errors were encountered: