Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
e5fbc986
Commit
e5fbc986
authored
Mar 03, 2017
by
Dimitris Koutsogiorgas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use red text when pod installation fails
parent
a90890dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
cache.rb
lib/cocoapods/downloader/cache.rb
+1
-1
No files found.
CHANGELOG.md
View file @
e5fbc986
...
@@ -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
)
...
...
lib/cocoapods/downloader/cache.rb
View file @
e5fbc986
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment