mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Backtrace does not have a backtrace 🎵
This commit is contained in:
parent
eeb67684d0
commit
46caa09077
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Pry
|
||||||
|
|
||||||
# if Pry was started via binding.pry, elide that from the backtrace.
|
# if Pry was started via binding.pry, elide that from the backtrace.
|
||||||
if options[:backtrace].first =~ /pry.*core_extensions.*pry/
|
if options[:backtrace].first =~ /pry.*core_extensions.*pry/
|
||||||
options[:backtrace].backtrace.shift
|
options[:backtrace].shift
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue