aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-01-02 10:34:36 +0000
committerMike McQuaid2015-01-02 10:34:36 +0000
commit1e96c6fec4b449f1357744404d0cc62125db6888 (patch)
tree7c8e9878b9c7fb3ef2544df448b1ab136a10f0d4 /Library
parentc01e6b81d31c38da13f213af02d96293746a2d6c (diff)
downloadbrew-1e96c6fec4b449f1357744404d0cc62125db6888.tar.bz2
formula_versions: ignore another exception.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb
index e79ef2741..07770b41c 100644
--- a/Library/Homebrew/formula_versions.rb
+++ b/Library/Homebrew/formula_versions.rb
@@ -4,7 +4,7 @@ class FormulaVersions
IGNORED_EXCEPTIONS = [
ArgumentError, NameError, SyntaxError, TypeError,
FormulaSpecificationError, FormulaValidationError,
- ErrorDuringExecution,
+ ErrorDuringExecution, LoadError,
]
attr_reader :f