Complain if a formula in core won't import.

This commit is contained in:
Adam Vandenberg 2011-03-11 14:54:26 -08:00
parent 0e0d72e49f
commit 4f22b70b47

View File

@ -285,7 +285,8 @@ class Formula
begin begin
yield Formula.factory(n) yield Formula.factory(n)
rescue 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 end
end end