forked from lix-project/hydra
hydra-notify: autoflush stdout too
This commit is contained in:
parent
65a34499f0
commit
648eb980dd
|
@ -8,6 +8,7 @@ use Hydra::Helper::AddBuilds;
|
|||
use IO::Select;
|
||||
|
||||
STDERR->autoflush(1);
|
||||
STDOUT->autoflush(1);
|
||||
binmode STDERR, ":encoding(utf8)";
|
||||
|
||||
my $config = getHydraConfig();
|
||||
|
|
Loading…
Reference in a new issue