瀏覽代碼

basic full

Ivan Asmer 6 年之前
父節點
當前提交
f8fb35c57e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/index.js

+ 1 - 1
public/index.js

@@ -12,7 +12,7 @@ function noPromise(){
 }
 
 function asynchronize({s, chunkEventName, endEventName}){
-    return async function* wrapper(){
+    return async function* (){
         const chunks        = {};
         const promises      = {};