You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments