Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
run END blocks after printing exception
  • Loading branch information
moritz committed May 6, 2012
1 parent dd66583 commit d9fd173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Exception.pm
Expand Up @@ -88,6 +88,7 @@ do {
$err.print: $ex;
$err.print: "\n";
}
$_() for pir::perl6ize_type__PP(@*END_PHASERS);
}
if $! {
pir::perl6_based_rethrow__vPP(nqp::getattr($!, Exception, '$!ex'), $ex);
Expand Down

0 comments on commit d9fd173

Please sign in to comment.