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

Ensure CLI keeps running on error #4693

Merged
merged 1 commit into from Jun 18, 2021
Merged

Ensure CLI keeps running on error #4693

merged 1 commit into from Jun 18, 2021

Conversation

RobinMalfait
Copy link
Contributor

@RobinMalfait RobinMalfait commented Jun 18, 2021

When the new CLI was in watch mode, the full process would stop when encountering an issue of some sorts.
Now we will ensure that we print the error and keep the process running.

Before:
My terminal showing a crashed CLI with a rather 'ugly' representation of the error

After:
My terminal showing a 'pretty' error representation, but more importantly the CLI keeps running

@adamwathan adamwathan merged commit 70ca673 into master Jun 18, 2021
@adamwathan adamwathan deleted the keep-cli-running branch June 18, 2021 12:46
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.

None yet

2 participants