Gulp says "task didnt complete" when i tried to process more than 22 folders with flatmap: ``` gulp.src(app.blocks) //more than 22 folders .pipe(flatmap((stream, file) => { return stream; })) ``` Detail description here: https://stackoverflow.com/q/49394845/9525161