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

Fix broken colorized verbose output #668

Merged
merged 1 commit into from
Oct 28, 2014
Merged

Conversation

owenthereal
Copy link
Contributor

From #660 (comment), the
colorized verbose output is broken. The old implementation tries to use ‘\e’
which is not recognized in a Go string. Let’s Use ‘\033’ instead.

From #660 (comment), the colorized verbose output is broken. The old implementation tries to use ‘\e’ which is not recognized in a Go string. Let’s Use ‘\033’ instead.
owenthereal added a commit that referenced this pull request Oct 28, 2014
Fix broken colorized verbose output
@owenthereal owenthereal merged commit c6bd23b into master Oct 28, 2014
@owenthereal owenthereal deleted the fix_verbose_color branch October 28, 2014 17:37
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.

1 participant