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: print useful error on write fail #1843

Merged
merged 2 commits into from
Jun 17, 2021
Merged

fix: print useful error on write fail #1843

merged 2 commits into from
Jun 17, 2021

Commits on Jun 16, 2021

  1. fix: print useful error on write

    This displays error details when write to a destination directory
    fails, and ensures stored files are contained within destination dir.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3264d6d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. fix: abort if download destination already exis

    This makes a safer default, as won't silently overwrite user data,
    forcing user to pick an empty dir for destination and handle any
    conflict reesolution manually.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c4cfa32 View commit details
    Browse the repository at this point in the history