We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a949d52 + 86f2dfe commit 45986f4Copy full SHA for 45986f4
lib/iruby/command.rb
@@ -104,7 +104,7 @@ def run_kernel
104
Dir.chdir(working_dir) if working_dir
105
106
require boot_file if boot_file
107
- check_bundler {|e| IRuby.logger.warn "Could not load bundler: #{e.message}\n#{e.backtrace.join("\n")}" }
+ check_bundler {|e| IRuby.logger.warn "Could not load bundler: #{e.message}" }
108
109
require 'iruby'
110
Kernel.new(config_file).run
0 commit comments