Skip to content

Commit

Permalink
One more Scalar elimination in Supply guts
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 15, 2018
1 parent 32fbefa commit 9086f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Supply.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ augment class Rakudo::Internals {
nqp::continuationreset(ADD_WHENEVER_PROMPT, {
$supply.tap(
tap => {
$tap = $_;
$tap := $_;
$state.add-active-tap($tap);
},
-> \value {
Expand Down

0 comments on commit 9086f4c

Please sign in to comment.