aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 654713e73..c2bef22c2 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -285,7 +285,8 @@ class Formula
begin
yield Formula.factory(n)
rescue
- # Don't let one broken formula break commands.
+ # Don't let one broken formula break commands. But do complain.
+ onoe "Formula #{n} will not import."
end
end
end