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 error message for file not found #227

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jan 24, 2022

  1. fix: add error message for file not found

    Add an error message when trying to locate a non-existing file
    inside an archive when using `extract-file`.
    Edythator committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    56e60b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. fix: error message handling

    Reworked the error handling to make it more "proper" as well as
    having added tests.
    Edythator committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8453d5c View commit details
    Browse the repository at this point in the history
  2. fix: add exception handler for simplicity

    Added an exception handler instead of relying on an if branch.
    Edythator committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c555f9c View commit details
    Browse the repository at this point in the history