mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated CHANGELOG and removed leak of debugging info from cd command
This commit is contained in:
parent
253add814b
commit
a8dd7ec668
2 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
* edit command when invoked with no args now works like edit -t
|
||||
* when edit is invoked (with no args or with -t) inside a multi-line expression input buffer, it dumps that buffer into a temp file and takes you to it
|
||||
* got rid of Pry#null_input? since all that was needed was eval_string.empty?
|
||||
* cd command now supports complex syntax: cd ../@y/y/../z
|
||||
|
||||
*/7/2011 version 0.9.3
|
||||
* cat --ex (cats 5 lines above and below line in file where exception was raised)
|
||||
|
|
|
@ -35,7 +35,6 @@ class Pry
|
|||
end
|
||||
|
||||
rescue RescuableException => e
|
||||
puts "exception was: #{e.inspect}"
|
||||
output.puts "Bad object path: #{arg_string}. Failed trying to resolve: #{context}"
|
||||
resolve_failure = true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue