Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix error message
  • Loading branch information
lizmat committed Dec 22, 2014
1 parent e51bead commit 84c7427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IOU.pm
Expand Up @@ -76,7 +76,7 @@ my class IOU does IO::Locally {
method !fail() {
fail X::IO::DoesNotExist.new(
:path($!this),
:trying(nqp::getcodename(nqp::callercode())),
:trying(callframe(2).my<&?ROUTINE>.name ), # skip <!> dispatcher
);
}

Expand Down

0 comments on commit 84c7427

Please sign in to comment.