Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improve robustness of internal error reporting
  • Loading branch information
moritz committed Jun 22, 2012
1 parent 1b6636f commit b9a332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Backtrace.pm
Expand Up @@ -121,7 +121,7 @@ my class Backtrace is List {
return @frames.join;
CATCH {
default {
return "<Internal error while creating backtrace: $!.message().\n"
return "<Internal error while creating backtrace: $_.message().\n"
~ "Please report this as a bug (mail to rakudobug@perl.org)\n",
~ "and re-run with the --ll-exception command line option\n"
~ "to get more information about your error>";
Expand Down

0 comments on commit b9a332b

Please sign in to comment.