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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue