-
Notifications
You must be signed in to change notification settings - Fork 122
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
--debounce does not work #188
Comments
Will fix, yet not working right after migration to chokidar. |
Still an issue. Environment: |
HeAtNet
added a commit
to HeAtNet/ts-node-dev
that referenced
this issue
Jan 26, 2022
I fixed this issue, so please take a look at my PR. |
I have experienced same issue. I can't set debounce at all and when you trigger changes in larger amount of files then it respawns on first change and fails. |
The same here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
environment:
OS: win10 pro
Node: v12.13.0
npm: 6.14.5
npm script:
"start": "ts-node-dev --respawn --transpile-only --no-notify --watch ./src --debounce 2000 src/index.ts ",
debounce does not work as expected.
Once files are modified, the server will restart. :(
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: