Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using Promise.all to iterate through paths
Originally, this was added to ensure maximum parallelism and speed. But we are seeing out of memory errors on larger repositories. This changes avoids using Promise.all and instead uses a for loop.
- Loading branch information