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

Fix debounce issue #188 #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix debounce issue #188 #301

wants to merge 1 commit into from

Conversation

HeAtNet
Copy link

@HeAtNet HeAtNet commented Jan 26, 2022

Added a setTimeout to call restart later.

Use with default 1 second debounce:
ts-node-dev --debounce
Or use with custom delay in ms:
ts-node-dev --debounce 500
Or just do not include the --debounce flag and use it without debounce.

#188

@tupizz
Copy link

tupizz commented Aug 22, 2023

Any updates on this? @HeAtNet

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