Make odebug output to stderr.
This commit is contained in:
parent
e57a87cfe9
commit
16aa6372a3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user