Sync stdout and stderr
This commit is contained in:
parent
21fb7b7094
commit
e0715efb64
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ rescue LoadError
|
|||
require gem_name
|
||||
end
|
||||
|
||||
$stdout.sync = true
|
||||
$stderr.sync = true
|
||||
|
||||
main = Diversipub::Main.new(
|
||||
program_name: $PROGRAM_NAME,
|
||||
argv: ARGV,
|
||||
|
|
Loading…
Reference in a new issue