Rescue ErrorDuringExecution when loading old formulae
This commit is contained in:
parent
eae7363934
commit
195cac8c91
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user