Don't always show an error at the end of brew versions

This commit is contained in:
Adam Vandenberg 2013-07-03 10:06:11 -07:00
parent 7e54d013e7
commit 1e6e1dde4c

View File

@ -93,6 +93,8 @@ class Formula
# We rescue these so that we can skip bad versions and
# continue walking the history
ohai "#{e} in #{name} at revision #{sha}", e.backtrace if ARGV.debug?
rescue FormulaUnavailableError
# Suppress this error
end
end
end