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
|
require gem_name
|
||||||
end
|
end
|
||||||
|
|
||||||
|
$stdout.sync = true
|
||||||
|
$stderr.sync = true
|
||||||
|
|
||||||
main = Diversipub::Main.new(
|
main = Diversipub::Main.new(
|
||||||
program_name: $PROGRAM_NAME,
|
program_name: $PROGRAM_NAME,
|
||||||
argv: ARGV,
|
argv: ARGV,
|
||||||
|
|
Loading…
Reference in a new issue