aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-11-28 16:37:37 -0500
committerJack Nagel2014-11-28 16:37:37 -0500
commita32bea2f4a0bc94de517099ff58c3d13d91fdee8 (patch)
tree467279e1bf3248f0591060e9c1a614032e657664 /Library/Homebrew
parent92cc22c443d4db8565b6004bcd1a1ce5a354abb9 (diff)
downloadhomebrew-a32bea2f4a0bc94de517099ff58c3d13d91fdee8.tar.bz2
Rescue ErrorDuringExecution when loading old formulae
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula_versions.rb1
1 files changed, 1 insertions, 0 deletions
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