1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Stagger entire backtrace output, or don't

This commit is contained in:
Ryan Fitzgerald 2012-12-27 19:53:16 -08:00
parent 1d214a496c
commit 3add7abc1e

View file

@ -18,8 +18,8 @@ class Pry
BANNER
def process
output.puts "\n#{text.bold('Backtrace:')}\n--\n"
stagger_output _pry_.backtrace.join("\n")
stagger_output text.bold('Backtrace:') +
"\n--\n" + _pry_.backtrace.join("\n")
end
end