소스 검색

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      = {};