Skip to content

Commit

Permalink
refactor: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 14, 2023
1 parent fb93153 commit 5efc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/LoadScriptRuntimeModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class LoadScriptRuntimeModule extends HelperRuntimeModule {
"if(!script) {",
Template.indent([
"needAttach = true;",
createScript.call(code, this.chunk)
createScript.call(code, /** @type {Chunk} */ (this.chunk))
]),
"}",
"inProgress[url] = [done];",
Expand Down

0 comments on commit 5efc30a

Please sign in to comment.