1
0
Fork 0
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:
Conrad Irwin 2012-04-14 00:15:29 -07:00
parent 9db24a4b3d
commit 3b92c19fa9

View file

@ -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"