Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: collect all errors in removeFolders
Previously this function returns only the first error when some of the promises fail. But the type annotation suggests that the original intention was to collect all the errors. This commit fixes the error values, and unexpected `TypeError: object is not iterable`.
- Loading branch information