Improve formula not found handling (#96)
This commit is contained in:
parent
d0251c1abc
commit
fdf55e77e1
@ -156,6 +156,8 @@ module Homebrew
|
||||
rescue FormulaUnavailableError => e
|
||||
if (blacklist = blacklisted?(e.name))
|
||||
ofail "#{e.message}\n#{blacklist}"
|
||||
elsif e.name == "updog"
|
||||
ofail "What's updog?"
|
||||
else
|
||||
ofail e.message
|
||||
query = query_regexp(e.name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user