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

Unity color resetting was fixed for Gitlab CI #597

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Unity color resetting was fixed for Gitlab CI #597

merged 1 commit into from
Feb 16, 2022

Conversation

AJIOB
Copy link
Contributor

@AJIOB AJIOB commented Feb 16, 2022

Based on escape code from Wikipedia: https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit

Gitlab CI output support standard colors printing. But prebuilt escape code \033[00m is not recognized & color is not reset.

After fixing the color reset code to \033[0m as Wikipedia described, all work nice.

@mvandervoord mvandervoord merged commit fb22543 into ThrowTheSwitch:master Feb 16, 2022
@AJIOB AJIOB deleted the colors_fix branch February 28, 2022 11:09
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