Skip to content
Snippets Groups Projects
Commit 162716f3 authored by Jack Nagel's avatar Jack Nagel
Browse files

Always output formula information on build errors

parent ce5d4a3b
No related branches found
No related tags found
No related merge requests found
......@@ -166,11 +166,9 @@ class BuildError < RuntimeError
require 'cmd/config'
require 'cmd/--env'
unless formula.core_formula?
ohai "Formula"
puts "Tap: #{formula.tap}"
puts "Path: #{formula.path}"
end
ohai "Formula"
puts "Tap: #{formula.tap}" if formula.tap?
puts "Path: #{formula.path}"
ohai "Configuration"
Homebrew.dump_verbose_config
ohai "ENV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment