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 error handling when writing to file during download #390

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

jonatanklosko
Copy link
Member

The current clauses were never matching.

try do
IO.binwrite(file, iodata)
catch
:error, error ->
Copy link
Member Author

Choose a reason for hiding this comment

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

This would fail when the file is suddenly closed, not sure when else. We could probably just assert :ok, @josevalim let me know your preference :)

@jonatanklosko jonatanklosko merged commit f1c3fe9 into main Aug 8, 2024
2 checks passed
@jonatanklosko jonatanklosko deleted the jk-binwrite branch August 8, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants