Skip to content

Commit c479170

Browse files
committed
[js] Fix bug.
1 parent 95134e4 commit c479170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/js/Compiler.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ class QAST::CompilerJS does DWIMYNameMangling does SerializeOnce {
16351635
}
16361636

16371637
method setup_wvals() {
1638-
my $setup;
1638+
my $setup := '';
16391639
for %!wval_mangling -> $kv {
16401640
$setup := $setup ~ $kv.value ~ ' = ' ~ %!wval{$kv.key} ~ "\n";
16411641
}

0 commit comments

Comments
 (0)