hydra-notify: autoflush stdout too

This commit is contained in:
Graham Christensen
2020-07-27 16:46:16 -04:00
parent 65a34499f0
commit 648eb980dd

View File

@ -8,6 +8,7 @@ use Hydra::Helper::AddBuilds;
use IO::Select;
STDERR->autoflush(1);
STDOUT->autoflush(1);
binmode STDERR, ":encoding(utf8)";
my $config = getHydraConfig();