From 195cac8c91532ef859e147aa846943d47fb5ba2c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Nov 2014 16:37:37 -0500 Subject: [PATCH] Rescue ErrorDuringExecution when loading old formulae --- Library/Homebrew/formula_versions.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb index 3b96570c88..e79ef27419 100644 --- a/Library/Homebrew/formula_versions.rb +++ b/Library/Homebrew/formula_versions.rb @@ -4,6 +4,7 @@ class FormulaVersions IGNORED_EXCEPTIONS = [ ArgumentError, NameError, SyntaxError, TypeError, FormulaSpecificationError, FormulaValidationError, + ErrorDuringExecution, ] attr_reader :f