Skip to content

Commit e52e3ca

Browse files
committed
fix uninit noticed by bbkr++
1 parent d5bea92 commit e52e3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STD.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6103,7 +6103,7 @@ method panic (Str $s) {
61036103
$*HIGHMESS ~= $s ~ "\n";
61046104
}
61056105
6106-
my $x;
6106+
my $x = '';
61076107
61086108
if $highvalid and %$*HIGHEXPECT {
61096109
my @keys = sort keys %$*HIGHEXPECT;

0 commit comments

Comments
 (0)