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

Logging file access error instead of aborting transfer #14

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

Contextualist
Copy link
Owner

This resolves #13.

It is often more desirable to skip and continue transferring on single-file failures, while the previous behavior of acp is to treat those as fatal error and interrupt the transfer.

This PR implements displaying the in-transfer file access errors in a rolling fashion. The 5 latest error messages will stay on the screen.

@Contextualist Contextualist merged commit 1011452 into main Nov 1, 2024
7 checks passed
@Contextualist Contextualist deleted the feat-logreaderr branch November 1, 2024 00:44
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.

[Suggestion / Fix] Implement error handling
1 participant