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

errors: make sure all Node.js errors show their properties #29677

Closed
wants to merge 2 commits into from

Commits on Sep 23, 2019

  1. errors: make sure all Node.js errors show their properties

    This improves Node.js errors by always showing the attached properties
    when inspecting such an error. This applies especially to SystemError.
    It did often not show any properties but now all properties will be
    visible.
    This is done in a mainly backwards compatible way. Instead of using
    prototype getters and setters, the property is now set directly on the
    error.
    BridgeAR committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    aa3b02b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. errors: add todo comment to investigate SystemError properties

    It is not clear why some operations are done in a specific way. This
    should be clarified to potentially simplify the implementation.
    BridgeAR committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    f9d8303 View commit details
    Browse the repository at this point in the history