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

Live reloading should not exit after parse error #56

Open
paulsmith opened this issue Sep 21, 2022 · 0 comments
Open

Live reloading should not exit after parse error #56

paulsmith opened this issue Sep 21, 2022 · 0 comments

Comments

@paulsmith
Copy link
Contributor

Currently if Pushup encounters any error, including a normal parse error while a developer is typing and saving, that causes the program to exit, this also causes the developer live reloading mode to exit as well.

We don't want the reloader to enter an infinite loop where it tries to re-run Pushup after an error condition but before any file change event has occurred. (Which was a previous bug noted in #4).

The desired behavior should be that, upon an error causing Pushup to exit, the reloader should stay running and upon detecting the next file change event, attempt to re-run Pushup.

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

No branches or pull requests

1 participant