for await()

in src/index.ts [815:817]


    for await (const e of validateFolder(dir)) {
      map.set(errorCorrelationId(e), e)
    }