Don't always show an error at the end of brew versions
This commit is contained in:
parent
7e54d013e7
commit
1e6e1dde4c
@ -93,6 +93,8 @@ class Formula
|
|||||||
# We rescue these so that we can skip bad versions and
|
# We rescue these so that we can skip bad versions and
|
||||||
# continue walking the history
|
# continue walking the history
|
||||||
ohai "#{e} in #{name} at revision #{sha}", e.backtrace if ARGV.debug?
|
ohai "#{e} in #{name} at revision #{sha}", e.backtrace if ARGV.debug?
|
||||||
|
rescue FormulaUnavailableError
|
||||||
|
# Suppress this error
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user