1
0
Fork 0
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:
Ryan Fitzgerald 2012-12-20 23:10:17 -08:00
parent eeb67684d0
commit 46caa09077

View file

@ -144,7 +144,7 @@ class Pry
# if Pry was started via binding.pry, elide that from the backtrace.
if options[:backtrace].first =~ /pry.*core_extensions.*pry/
options[:backtrace].backtrace.shift
options[:backtrace].shift
end
end