lib/bundler/ui/shell.rb in bundler-2.2.34 vs lib/bundler/ui/shell.rb in bundler-2.3.0
- old
+ new
@@ -79,10 +79,10 @@
end
def trace(e, newline = nil, force = false)
return unless debug? || force
msg = "#{e.class}: #{e.message}\n#{e.backtrace.join("\n ")}"
- tell_me(msg, nil, newline)
+ tell_err(msg, nil, newline)
end
def silence(&blk)
with_level("silent", &blk)
end