hydra-notify: autoflush stdout too

This commit is contained in:
Graham Christensen 2020-07-27 16:46:16 -04:00
parent 65a34499f0
commit 648eb980dd
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

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();