8000 fix semicolon position · webpack/webpack@761a542 · GitHub
[go: up one dir, main page]

Skip to content

Commit 761a542

Browse files
committed
fix semicolon position
1 parent 2403a36 commit 761a542

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

lib/runtime/LoadScriptRuntimeModule.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ class LoadScriptRuntimeModule extends HelperRuntimeModule {
146146
)});`,
147147
"if(prev) return prev(event);"
148148
])
149-
),
150-
";",
149+
) +
150+
";",
151151
`var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), ${loadTimeout});`,
152152
"script.onerror = onScriptComplete.bind(null, script.onerror);",
153153
"script.onload = onScriptComplete.bind(null, script.onload);",

0 commit comments

Comments
 (0)
0