Skip to content

Commit

Permalink
Merge pull request #46 from zoffixznet/patch-2
Browse files Browse the repository at this point in the history
Shut up "Useless use of &thrown in sink context" warning
  • Loading branch information
jnthn committed Jun 19, 2017
2 parents e7533bd + b8a5adc commit a15d6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Debugger/UI/CommandLine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ my $CUR_EX;
if DebugState.should_break_on_throw() {
$IN_THROWN = 1;
$CUR_EX = $e;
nqp::call(&thrown, $vm_ex);
$ = nqp::call(&thrown, $vm_ex);
$IN_THROWN = 0;
}
}
Expand Down

0 comments on commit a15d6ba

Please sign in to comment.