Skip to content

Commit 2a89667

Browse files
committed
Fix infinite loop in MergeModuleWithPlugin
Thanks to @XeroAlpha
1 parent 55632bd commit 2a89667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/converter/plugins/MergeModuleWithPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class MergeModuleWithPlugin extends ConverterComponent {
7171
),
7272
);
7373
}
74-
tempRefl = refl.parent!;
74+
tempRefl = tempRefl.parent!;
7575
}
7676

7777
this.application.logger.verbose(

0 commit comments

Comments
 (0)