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:
parent
1d214a496c
commit
3add7abc1e
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class Pry
|
||||||
BANNER
|
BANNER
|
||||||
|
|
||||||
def process
|
def process
|
||||||
output.puts "\n#{text.bold('Backtrace:')}\n--\n"
|
stagger_output text.bold('Backtrace:') +
|
||||||
stagger_output _pry_.backtrace.join("\n")
|
"\n--\n" + _pry_.backtrace.join("\n")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue