зеркало из https://github.com/github/ruby.git
Print starting debug message with RELINE_STDERR_TTY
This commit is contained in:
Родитель
af800b8ca2
Коммит
32e65e9e5a
|
@ -322,6 +322,7 @@ module Reline
|
|||
if ENV['RELINE_STDERR_TTY']
|
||||
$stderr.reopen(ENV['RELINE_STDERR_TTY'], 'w')
|
||||
$stderr.sync = true
|
||||
$stderr.puts "Reline is used by #{Process.pid}"
|
||||
end
|
||||
otio = Reline::IOGate.prep
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче