Jason Grout 4 年之前
父節點
當前提交
490e7a91a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev_mode/bootstrap.js

+ 1 - 1
dev_mode/bootstrap.js

@@ -81,7 +81,7 @@ async function loadComponent(url, scope) {
   await container.init(__webpack_share_scopes__.default);
 }
 
-(async function bootstrap() {
+void (async function bootstrap() {
   // This is all the data needed to load and activate plugins. This should be
   // gathered by the server and put onto the initial page template.
   const extension_data = getOption('federated_extensions');