Browse Source

basic full

Ivan Asmer 6 năm trước cách đây
mục cha
commit
ae035ba65c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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      = {};