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(log): Handle case when error code is missing #303

Merged
merged 2 commits into from Nov 25, 2018
Merged

fix(log): Handle case when error code is missing #303

merged 2 commits into from Nov 25, 2018

Commits on Oct 19, 2018

  1. fix(log): Handle case when error code is missing

    # Before
    ```
    HPM] Error occurred while trying to proxy request <redacted> from <redacted> to <redacted> (undefined) (https://nodejs.org/api/errors.html#errors_common_system_errors)
    ```
    
    # After
    ```
    [HPM] Error occurred while trying to proxy request <redacted> from <redacted> to <redacted> (Error: Hostname/IP doesn't match certificate's altnames: "Host: <redacted>. is not in the cert's altnames: DNS:<redacted>, DNS:<redacted>") (https://nodejs.org/api/errors.html#errors_common_system_errors)
    ```
    sorin-davidoi committed Oct 19, 2018
    Copy the full SHA
    a5b60fc View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Copy the full SHA
    4a4e112 View commit details
    Browse the repository at this point in the history