diff options
| author | Mike McQuaid | 2015-01-02 10:34:36 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-02 10:34:36 +0000 |
| commit | 1e96c6fec4b449f1357744404d0cc62125db6888 (patch) | |
| tree | 7c8e9878b9c7fb3ef2544df448b1ab136a10f0d4 /Library | |
| parent | c01e6b81d31c38da13f213af02d96293746a2d6c (diff) | |
| download | brew-1e96c6fec4b449f1357744404d0cc62125db6888.tar.bz2 | |
formula_versions: ignore another exception.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_versions.rb | 2 |
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 |
