mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
Fix Reline::Windows
.
This commit is contained in:
parent
298ac04710
commit
195f545c14
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ end
|
|||
|
||||
if Reline::Core::IS_WINDOWS
|
||||
require 'reline/windows'
|
||||
Reline::IOGate = Reline::Core::Windows
|
||||
Reline::IOGate = Reline::Windows
|
||||
else
|
||||
require 'reline/ansi'
|
||||
Reline::IOGate = Reline::ANSI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue