hydra-notify: autoflush stdout too
This commit is contained in:
@ -8,6 +8,7 @@ use Hydra::Helper::AddBuilds;
|
||||
use IO::Select;
|
||||
|
||||
STDERR->autoflush(1);
|
||||
STDOUT->autoflush(1);
|
||||
binmode STDERR, ":encoding(utf8)";
|
||||
|
||||
my $config = getHydraConfig();
|
||||
|
Reference in New Issue
Block a user