Skip to content

Commit 45986f4

Browse files
authored
Merge pull request #201 from kojix2/kojix2-patch3
Reduce error messages when bundler is not found
2 parents a949d52 + 86f2dfe commit 45986f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iruby/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def run_kernel
104104
Dir.chdir(working_dir) if working_dir
105105

106106
require boot_file if boot_file
107-
check_bundler {|e| IRuby.logger.warn "Could not load bundler: #{e.message}\n#{e.backtrace.join("\n")}" }
107+
check_bundler {|e| IRuby.logger.warn "Could not load bundler: #{e.message}" }
108108

109109
require 'iruby'
110110
Kernel.new(config_file).run

0 commit comments

Comments
 (0)