hydra-notify: autoflush stdout too

This commit is contained in:
Graham Christensen
2020-09-02 12:35:18 -04:00
parent 65a34499f0
commit 648eb980dd
+1
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();