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

assert: fix rejects stack trace and operator #27047

Closed
wants to merge 2 commits into from

Commits on Apr 2, 2019

  1. assert: fix rejects stack trace and operator

    This makes sure the stack trace is not removed due to a wrong stack
    start function being used. It also fixes the wrong operator caused
    by the same reason. This only applies in case an validation object
    was used to validate the rejection passed to `assert.reject()` as
    first argument.
    BridgeAR committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    ea43fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    789b01c View commit details
    Browse the repository at this point in the history