mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #362 from envygeeks/patch-1
Make pry backtrace less confusing with error.backtrace.
This commit is contained in:
commit
db9667af8f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Pry
|
|||
target.pry
|
||||
end
|
||||
|
||||
command "backtrace", "Show the backtrace for the Pry session" do
|
||||
command "pry-backtrace", "Show the backtrace for the Pry session" do
|
||||
output.puts "\n#{text.bold('Backtrace:')}\n--\n"
|
||||
output.puts _pry_.backtrace
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue