Skip to content

Commit ae33442

Browse files
committed
remove unused call
1 parent 6111e80 commit ae33442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/RuntimeTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ class RuntimeTemplate {
698698
if (header) {
699699
appending = `.then(${this.basicFunction(
700700
"",
701-
`${header}return ${RuntimeGlobals.deferredModuleAsyncTransitiveDependencies}(${JSON.stringify(asyncDeps)})();`
701+
`${header}return ${RuntimeGlobals.deferredModuleAsyncTransitiveDependencies}(${JSON.stringify(asyncDeps)});`
702702
)})`;
703703
} else {
704704
runtimeRequirements.add(RuntimeGlobals.require);

0 commit comments

Comments
 (0)