Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't give up when unable to extract some files (#244)
* Don't give up when unable to extract some files Add try/catch block around file extraction so that the rest of the files are extracted if there is an issue with only a subset of the files in the archive. * Fix unmatched curly brace Added a closing curly brace because I'd missed one out * removed a semicolon that was upsetting the linter * Throw AggregateError if file couldn't be extracted Collect file extraction errors and throw AggregateError after every file extraction has been attempted * Removed logging & fixed extractionErrors handling ...as suggested by Samuel Attard * Remove dependancy on AggregateError
- Loading branch information