Complain if a formula in core won't import.
This commit is contained in:
parent
0e0d72e49f
commit
4f22b70b47
@ -285,7 +285,8 @@ class Formula
|
||||
begin
|
||||
yield Formula.factory(n)
|
||||
rescue
|
||||
# Don't let one broken formula break commands.
|
||||
# Don't let one broken formula break commands. But do complain.
|
||||
onoe "Formula #{n} will not import."
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user