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

Better unexpected exception msgs #2883

Merged
merged 4 commits into from
Jan 16, 2024

Commits on Jan 16, 2024

  1. cli: improved cli/log message for unexpected errors

    Message for Unexpected errors is now a formatted string that takes
    in an error message so that the original error message is no longer
    hidden from the end user.
    
    Fixes: #2600
    a-dubs committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    16263d0 View commit details
    Browse the repository at this point in the history
  2. feat: unxpected error messages point to correct log path if not root

    added util function to get proper log path based on if currently root or not
    a-dubs committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d346ff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5230a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb3535f View commit details
    Browse the repository at this point in the history