Skip to content
Snippets Groups Projects
Commit 29ac1645 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Tweak 'report error' message.

parent b877bc52
No related branches found
No related tags found
No related merge requests found
......@@ -359,9 +359,12 @@ rescue BuildError => e
puts "Consider re-running the install with '-vd' to keep 'config.log' around:"
puts " brew install -vd #{formula_name}"
puts "Gist 'config.log' and any error output when reporting an issue."
puts "Remember to include your config information: brew --config"
end
puts
puts "Consider running `brew doctor` if a large number of installs are failing."
puts "Also try:"
puts " `brew doctor` to check your setup for common problems."
puts " `brew missing` to check installed packages for missing deps."
exit 1
rescue RuntimeError, SystemCallError => e
onoe e
......
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