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

Hide error message and stack for non-error #1485

Merged
merged 3 commits into from Jan 18, 2023

Commits on Jan 17, 2023

  1. Hide error message and stack for non-error

    Avoid printing the error message and stack when we fail to find the
    commit. This will happen in several non-error states (e.g.,
    when there is no repository checked out at the CWD). Move the
    error message to a debug message so that it is still available
    if someone really wants to see it.
    aeisenberg committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b625b62 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    aeisenberg committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5b9b480 View commit details
    Browse the repository at this point in the history
  3. Update src/actions-util.ts

    Co-authored-by: Angela P Wen <angelapwen@github.com>
    aeisenberg and angelapwen committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e6e3bf4 View commit details
    Browse the repository at this point in the history