brew-pull: don't barf on syntax errors.
This commit is contained in:
parent
2d91613d06
commit
4140671329
@ -99,7 +99,8 @@ ARGV.named.each do |arg|
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
changed_formulae << Formula[name]
|
changed_formulae << Formula[name]
|
||||||
rescue
|
# Make sure we catch syntax errors.
|
||||||
|
rescue Exception => e
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user