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

Allow users to handle terminal size errors #26

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Allow users to handle terminal size errors #26

merged 2 commits into from
Dec 10, 2023

Conversation

r59q
Copy link
Contributor

@r59q r59q commented Dec 10, 2023

I stumbled onto an issue when using TeamCity to run test suites, and found that it would panic when attempting to run the test suite, since the size couldn't be resolved.

This PR will allow users to handle this case instead of panic. Otherwise TeamCity build agents cannot test any applications using the console_engine crate.

@VincentFoulon80
Copy link
Owner

Thank you for your report and contribution. 🙂

I'm gonna publish your changes later today

@VincentFoulon80 VincentFoulon80 merged commit 0995265 into VincentFoulon80:master Dec 10, 2023
1 check passed
@VincentFoulon80 VincentFoulon80 requested review from VincentFoulon80 and removed request for VincentFoulon80 December 10, 2023 15:22
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