Skip to content

Commit fc65d29

Browse files
committed
add missing semicolon
1 parent 38f9686 commit fc65d29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)