mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 14:34:39 +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
|
if Reline::Core::IS_WINDOWS
|
||||||
require 'reline/windows'
|
require 'reline/windows'
|
||||||
Reline::IOGate = Reline::Core::Windows
|
Reline::IOGate = Reline::Windows
|
||||||
else
|
else
|
||||||
require 'reline/ansi'
|
require 'reline/ansi'
|
||||||
Reline::IOGate = Reline::ANSI
|
Reline::IOGate = Reline::ANSI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue