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(watcher): keep working even when imported files has invalid syntax #9091

Merged
merged 4 commits into from
Jan 12, 2021

Conversation

magurotuna
Copy link
Member

Fixes #9008

In this PR, I have added a test that works fine on my machine. But unfortunately, because the test cases related to watcher functionality are quite flaky (ref #8571), this test is marked as #[ignore]. This means the test I added here won't be executed in CI.

@piscisaureus piscisaureus merged commit 5c6ab75 into denoland:master Jan 12, 2021
@piscisaureus
Copy link
Member

It is indeed unfortunate that this does not get tested in CI, but it seems to work for me locally.
Thanks for the fix, @magurotuna!

@magurotuna magurotuna deleted the issue9008 branch January 12, 2021 08:38
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.

Parsing errors cause --watch to stop
2 participants