Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix an omission in emission tracking
  • Loading branch information
lizmat committed Oct 18, 2015
1 parent 32d7b08 commit 23ccdc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Supply.pm
Expand Up @@ -827,6 +827,7 @@ my role Supply {
emit => -> \val {
if $allowed {
$res.emit(val);
$emitted = $emitted + 1;
$allowed = $allowed - 1;
}
else {
Expand Down

0 comments on commit 23ccdc2

Please sign in to comment.