Ivan Asmer 6 anni fa
parent
commit
ae035ba65c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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      = {};