1
0
Fork 0

Sync stdout and stderr

This commit is contained in:
Alex Kotov 2023-05-03 15:35:36 +04:00
parent 21fb7b7094
commit e0715efb64
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 0 deletions

View File

@ -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,