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

AppCleaner: If a file can't be accessed, continue with the other files #1402

Merged
merged 1 commit into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. AppCleaner: If a file can't be accessed, continue with the other files

    A file that we are trying to delete, may be un-readable in addition to being un-writable.
    So a `ReadException` could be thrown too.
    
    While we can't fix the underlying issue that prevents a file from being read or written, we can continue on with the other deletion tasks, and just leave this one for the user to investigate.
    
    Closes #1391
    d4rken committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b967bb2 View commit details
    Browse the repository at this point in the history