From a32bea2f4a0bc94de517099ff58c3d13d91fdee8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Nov 2014 16:37:37 -0500 Subject: Rescue ErrorDuringExecution when loading old formulae --- Library/Homebrew/formula_versions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/formula_versions.rb') diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb index 3b96570c8..e79ef2741 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 -- cgit v1.2.3