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(watch), fix stuck watcher #9523

Merged
merged 2 commits into from
Feb 5, 2025
Merged

fix(watch), fix stuck watcher #9523

merged 2 commits into from
Feb 5, 2025

Conversation

davidfirst
Copy link
Member

In some scenarios, chokidar never reached the watcher.on('ready', () => {.
From the cli, it would show that components were compiled but it didn't clear the screen and didn't show the "Watching for component changes..." message.

It turned out to be related to another watcher we start at the same time - watchScopeInternalFiles. Moving this watcher before starting the workspace watcher fixed the issue.

@davidfirst davidfirst merged commit e161ffe into master Feb 5, 2025
10 checks passed
@davidfirst davidfirst deleted the fix-watcher-ready branch February 5, 2025 22:25
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