Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add some logging in case archive parsing fails #420

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

wkillerud
Copy link
Contributor

We've seen some errors for archives with a large number of files, but without logging we're guessing a bit more than we'd like.

Fixes #418

We've seen some errors for archives with a large number of files,
but without logging we're guessing a bit more than we'd like.

Fixes #418
Copy link
Member

@digitalsadhu digitalsadhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wkillerud wkillerud merged commit d4f1a88 into master Jul 3, 2024
8 checks passed
@wkillerud wkillerud deleted the fix/logging branch July 3, 2024 06:01
github-actions bot pushed a commit that referenced this pull request Jul 3, 2024
## [1.3.46](v1.3.45...v1.3.46) (2024-07-03)

### Bug Fixes

* add some logging in case archive parsing fails ([#420](#420)) ([d4f1a88](d4f1a88)), closes [#418](#418)
Copy link

github-actions bot commented Jul 3, 2024

🎉 This issue has been resolved in version 1.3.46 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add error logging in case the tar extraction fails
2 participants