Skip to content

Commit e90b766

Browse files
committed
fix type issue
1 parent e3a687f commit e90b766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wasm/WasmMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class WasmMainTemplatePlugin {
150150
"var installedWasmModules = {};",
151151
"",
152152
"var wasmImportObjects = {",
153-
Template.indent([importObjects]),
153+
Template.indent(importObjects),
154154
"};"
155155
]);
156156
}

0 commit comments

Comments
 (0)