Commit 3a30b7a2 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Cache] Only rescue exceptions

parent 703ae63b
...@@ -58,7 +58,8 @@ module Pod ...@@ -58,7 +58,8 @@ module Pod
end end
result result
rescue Object rescue Informative
rescue
UI.notice("Error installing #{name}") UI.notice("Error installing #{name}")
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