mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Be less verbose!
This commit is contained in:
parent
9db24a4b3d
commit
3b92c19fa9
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class Pry
|
|||
# anything about it.
|
||||
rescue RescuableException => e
|
||||
puts "Error: #{e.message}"
|
||||
puts "FATAL: Pry failed to get user input using `#{input.inspect}`."
|
||||
puts "FATAL: Pry failed to get user input using `#{input}`."
|
||||
puts "To fix this you may be able to pass input and output file descriptors to pry directly. e.g."
|
||||
puts " Pry.config.input = STDIN"
|
||||
puts " Pry.config.output = STDOUT"
|
||||
|
|
Loading…
Add table
Reference in a new issue