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:
parent
87a78be594
commit
d75cc35934
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue