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

Resolve exception when Error.stackTraceLimit is undefined #2701

Merged
merged 1 commit into from
Apr 1, 2024

Commits on Mar 27, 2024

  1. Resolve exception when Error.stackTraceLimit is undefined

    Some applications may explicitly set Error.stackTraceLimit = undefined. In this case it is not safe to assume new Error().stack is available.
    davidfiala committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2099f54 View commit details
    Browse the repository at this point in the history