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
This plugin is great idea.
I found problem with intervals. How to reproduce:
How to reproduce:
setInterval(()=>{ console.log("123") }, 5000)
refresh code with change or ctrl +s
console.log is logged multiple times for each refresh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This plugin is great idea.
I found problem with intervals. How to reproduce:
How to reproduce:
refresh code with change or ctrl +s
console.log is logged multiple times for each refresh
The text was updated successfully, but these errors were encountered: