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

[Terminal] Fix a case where printMessageInBox would throw if the message contains a line longer than the boxwidth. #4367

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

iclanton
Copy link
Member

Summary

There is an issue where printMessageInBox would throw if the message contains a word longer than the boxWidth or console width, if boxWidth isn't provided. Now, it will print the message with leading and trailing horizontal bars.

How it was tested

Included a unit test.

Impacted documentation

None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants