Rescue ErrorDuringExecution when loading old formulae

This commit is contained in:
Jack Nagel 2014-11-28 16:37:37 -05:00
parent eae7363934
commit 195cac8c91

View File

@ -4,6 +4,7 @@ class FormulaVersions
IGNORED_EXCEPTIONS = [ IGNORED_EXCEPTIONS = [
ArgumentError, NameError, SyntaxError, TypeError, ArgumentError, NameError, SyntaxError, TypeError,
FormulaSpecificationError, FormulaValidationError, FormulaSpecificationError, FormulaValidationError,
ErrorDuringExecution,
] ]
attr_reader :f attr_reader :f