diff options
Diffstat (limited to 'lib/bundler/friendly_errors.rb')
-rw-r--r-- | lib/bundler/friendly_errors.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/friendly_errors.rb b/lib/bundler/friendly_errors.rb index 2f24fc179e..0267a4b61e 100644 --- a/lib/bundler/friendly_errors.rb +++ b/lib/bundler/friendly_errors.rb @@ -45,6 +45,10 @@ module Bundler def self.request_issue_report_for(e) Bundler.ui.info <<-EOS.gsub(/^ {6}/, '') #{'――― ERROR REPORT TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――'} + Command + + #{$PROGRAM_NAME} #{ARGV.join(' ')} + - What did you do? - What did you expect to happen? - What happened instead? |