-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Colorize buildpack failures #788
Conversation
891a6e5
to
3e5669e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 nits, otherwise LGTM
lib/language_pack/base.rb
Outdated
@@ -91,6 +91,7 @@ def compile | |||
topic "DEPRECATIONS:" | |||
puts @deprecations.join("\n") | |||
end | |||
Kernel.puts "\e[0m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want a comment to indicate this is "default"?
e.message.split("\n").each do |line| | ||
Kernel.puts " ! #{line.strip}" | ||
end | ||
Kernel.puts " !\e[0m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question here
a7029b1
to
d01b6bc
Compare
d01b6bc
to
c81a242
Compare
@dmathieu is there a reason you deleted the branch? |
Example output for Errors:
Example output for Warnings: