Print starting debug message with RELINE_STDERR_TTY
This commit is contained in:
parent
af800b8ca2
commit
32e65e9e5a
@ -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…
x
Reference in New Issue
Block a user