Make odebug output to stderr.

This commit is contained in:
Markus Reiter 2023-10-10 01:54:54 +02:00
parent e57a87cfe9
commit 16aa6372a3
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -39,8 +39,8 @@ module Kernel
return if !debug && !always_display
puts Formatter.headline(title, color: :magenta)
puts sput unless sput.empty?
$stderr.puts Formatter.headline(title, color: :magenta)
$stderr.puts sput unless sput.empty?
end
def oh1_title(title, truncate: :auto)