Skip to content
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

Open
cnscorpions opened this issue Jul 26, 2020 · 6 comments
Open

--debounce does not work #188

cnscorpions opened this issue Jul 26, 2020 · 6 comments

Comments

@cnscorpions
Copy link

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.

@wclr
Copy link
Owner

wclr commented Jul 26, 2020

Will fix, yet not working right after migration to chokidar.

@HeAtNet
Copy link

HeAtNet commented Jan 26, 2022

Still an issue.

Environment:
OS: Ubuntu 20.04.3
Node: v16.13.2
Npm: 8.3.2

HeAtNet added a commit to HeAtNet/ts-node-dev that referenced this issue Jan 26, 2022
@HeAtNet
Copy link

HeAtNet commented Jan 26, 2022

I fixed this issue, so please take a look at my PR.

@damianprzygodzki
Copy link

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.

@www-chique
Copy link

The same here.
Node: 16.7 (Don't think node version is related)

@HeAtNet
Copy link

HeAtNet commented Feb 10, 2022

@wclr Can you take a look at my PR, please? #301

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

No branches or pull requests

5 participants