1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Switch remnant output in Pry::Helpers::BaseHelpers.stagger_output which breaks Windows paging.

This commit is contained in:
Jordon Bedwell 2012-03-28 16:34:36 -05:00
parent 87a78be594
commit d75cc35934

View file

@ -151,7 +151,7 @@ class Pry
lesspipe { |less| less.puts text }
end
rescue Errno::ENOENT
simple_pager(text, output)
simple_pager(text, out)
rescue Errno::EPIPE
end