Skip to content

Commit

Permalink
Add a missing .node in term:sym<name>, which happily gets us reportin…
Browse files Browse the repository at this point in the history
…g sub not found line numbers more accurately.
  • Loading branch information
jnthn committed Jun 5, 2010
1 parent 8befeb2 commit 609fd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.pm
Expand Up @@ -1866,6 +1866,7 @@ method term:sym<name>($/) {
}
else { $past.name('&' ~ $name); }
}
$past.node($/);
make $past;
}

Expand Down

0 comments on commit 609fd63

Please sign in to comment.