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