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

Colors leak after application ends #47

Closed
volks73 opened this issue May 9, 2018 · 1 comment
Closed

Colors leak after application ends #47

volks73 opened this issue May 9, 2018 · 1 comment
Assignees
Labels

Comments

@volks73
Copy link
Owner

volks73 commented May 9, 2018

If there is an error, then console turns red for all commands following the completion of this sub-command. It appears this sub-command changes the terminal color to print the error but does not change the color back after printing.

@volks73 volks73 self-assigned this May 9, 2018
@volks73 volks73 added the bug label May 9, 2018
volks73 added a commit that referenced this issue May 10, 2018
This resolves:

- [Issue #47](#47)
- [Issue #48](#48)

The problem was not resetting the color settings after printing in Red
and not breaking up the error string into a tag (Red) and message
(White).
@volks73
Copy link
Owner Author

volks73 commented May 10, 2018

Fixed in f4ad20e

@volks73 volks73 closed this as completed May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant