mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Print starting debug message with RELINE_STDERR_TTY
This commit is contained in:
parent
af800b8ca2
commit
32e65e9e5a
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ module Reline
|
||||||
if ENV['RELINE_STDERR_TTY']
|
if ENV['RELINE_STDERR_TTY']
|
||||||
$stderr.reopen(ENV['RELINE_STDERR_TTY'], 'w')
|
$stderr.reopen(ENV['RELINE_STDERR_TTY'], 'w')
|
||||||
$stderr.sync = true
|
$stderr.sync = true
|
||||||
|
$stderr.puts "Reline is used by #{Process.pid}"
|
||||||
end
|
end
|
||||||
otio = Reline::IOGate.prep
|
otio = Reline::IOGate.prep
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue