diff options
| author | Mike McQuaid | 2015-01-02 10:34:36 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-02 10:34:36 +0000 |
| commit | 9442f7e8d75e3e80ad67f315f57885c5c17d0a54 (patch) | |
| tree | 406a50d0e2b44fb3e9e03b8013be8036f048534a /Library | |
| parent | de0baadfceabc98bca272584e614715e98012606 (diff) | |
| download | homebrew-9442f7e8d75e3e80ad67f315f57885c5c17d0a54.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 |
