aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/versions.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb
index d646f8aef..4112c8d39 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -94,7 +94,8 @@ class Formula
end
IGNORED_EXCEPTIONS = [SyntaxError, TypeError, NameError,
- ArgumentError, FormulaSpecificationError]
+ ArgumentError, FormulaSpecificationError,
+ FormulaValidationError,]
def version_for_sha sha
formula_for_sha(sha) {|f| f.version }