◐ Shell
clean mode source ↗

lib: throw a special error in internal/assert by joyeecheung · Pull Request #26635 · nodejs/node

@nodejs-github-bot added assert

Issues and PRs related to the assert subsystem.

errors

Issues and PRs related to JavaScript errors originated in Node.js core.

labels

Mar 13, 2019

BridgeAR

vsemozhetbyt

This was referenced

Apr 3, 2019

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request

Apr 22, 2019
Instead of using the public AssertionError, use a simplified
error that describes potential causes of these assertions
and suggests the user to open an issue.

PR-URL: nodejs#26635
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Instead of using the public AssertionError, use a simplified
error that describes potential causes of these assertions
and suggests the user to open an issue.

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request

Apr 24, 2019
Instead of using the public AssertionError, use a simplified
error that describes potential causes of these assertions
and suggests the user to open an issue.

PR-URL: nodejs#26635
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

targos pushed a commit that referenced this pull request

Apr 27, 2019
Instead of using the public AssertionError, use a simplified
error that describes potential causes of these assertions
and suggests the user to open an issue.

PR-URL: #26635
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>