Use red text when pod installation fails

parent a90890dc
...@@ -8,6 +8,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -8,6 +8,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Enhancements ##### Enhancements
* Use red text when pod installation fails
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
[#6534](https://github.com/CocoaPods/CocoaPods/issues/6534)
* Use the colored2 gem instead of colored. * Use the colored2 gem instead of colored.
[Orta Therox](https://github.com/orta) [Orta Therox](https://github.com/orta)
[xcodeproj#463](https://github.com/CocoaPods/Xcodeproj/pull/463) [xcodeproj#463](https://github.com/CocoaPods/Xcodeproj/pull/463)
......
...@@ -34,7 +34,7 @@ module Pod ...@@ -34,7 +34,7 @@ module Pod
rescue Informative rescue Informative
raise raise
rescue rescue
UI.notice("Error installing #{request.name}") UI.puts("\n[!] Error installing #{request.name}".red)
raise raise
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment