brew-pull: don't fail to pull on Formula exception
This commit is contained in:
parent
f34fcd7781
commit
19dce37a5f
@ -99,7 +99,7 @@ ARGV.named.each do |arg|
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
changed_formulae << Formula[name]
|
changed_formulae << Formula[name]
|
||||||
rescue FormulaUnavailableError
|
rescue
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user