瀏覽代碼

basic full

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

+ 1 - 1
index.js

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