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
commit9442f7e8d75e3e80ad67f315f57885c5c17d0a54 (patch)
tree406a50d0e2b44fb3e9e03b8013be8036f048534a /Library
parentde0baadfceabc98bca272584e614715e98012606 (diff)
downloadhomebrew-9442f7e8d75e3e80ad67f315f57885c5c17d0a54.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