Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix head.
Yes, last should work here too, but done does work here already.
  • Loading branch information
jnthn committed Dec 13, 2015
1 parent da9bf6b commit 236cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Supply.pm
Expand Up @@ -988,7 +988,7 @@ my class Supply {
emit val;
$todo = $todo - 1;
}
last if $todo <= 0; # nothing left to do
done if $todo <= 0; # nothing left to do
}
}
}
Expand Down

0 comments on commit 236cd2e

Please sign in to comment.