Ivan Asmer il y a 6 ans
Parent
commit
ae035ba65c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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      = {};