Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
We should only do .done at the end, leont++
  • Loading branch information
lizmat committed Sep 17, 2014
1 parent 680162b commit f0a4b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/Proc/Async.pm
Expand Up @@ -140,7 +140,6 @@ my class Proc::Async {
}
elsif seq < 0 {
$promise.keep;
$!stdout_supply.done();
}
else {
$!stdout_supply.more(data);
Expand All @@ -158,7 +157,6 @@ my class Proc::Async {
}
elsif seq < 0 {
$promise.keep;
$!stderr_supply.done();
}
else {
$!stderr_supply.more(data);
Expand Down

0 comments on commit f0a4b50

Please sign in to comment.