bin/bundle in bundler-1.1.5 vs bin/bundle in bundler-1.2.0.pre
- old
+ new
@@ -20,10 +20,12 @@
Bundler.ui.debug e.backtrace.join("\n")
exit 1
rescue SystemExit => e
exit e.status
rescue Exception => e
- Bundler.ui.error(
- "Unfortunately, a fatal error has occurred. Please see the Bundler \n" \
- "troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! \n")
+ Bundler.ui.error "Unfortunately, a fatal error has occurred. " +
+ "Please report this error to the Bundler issue tracker at " +
+ "https://github.com/carlhuda/bundler/issues so that we can fix it. " +
+ "Please include the full output of the command, your Gemfile and Gemfile.lock. " +
+ "Thanks!"
raise e
end