Describe the bug
As for the title, I unfortunately don't have any more details available; it just doesn't re-run after any file has changed.
Since I'm here, does anyone know why it runs twice (most often, but not always) when it starts?
Thank you.
Reproduction
Execute the command: npx svelte-check --watch or npm run svelte-check --watch (passing the proper configuration and variables, if needed).
Modify any TS or Svelte file.
The console doesn't refresh the results.
Expected behaviour
For versions 4.3.1 and earlier, I expect to see the Svelte-check result updated every time any of my files change.
System Info
- MacBook Pro - Chip: Apple M1 Pro - OS: Sequoia 15.6.1
- Webstorm 2025.2.2
- Node 24.9.0
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response