Skip to content

Commit 88f3734

Browse files
authored
Merge pull request webpack#4766 from webpack/bugfix/semicolon
add missing semicolon
2 parents 38f9686 + fc65d29 commit 88f3734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/DelegatedModule.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ class DelegatedModule extends Module {
6767
str += `[${JSON.stringify(this.request)}]`;
6868
break;
6969
}
70+
71+
str += ";";
7072
}
7173

7274
if(this.useSourceMap) {

0 commit comments

Comments
 (0)