{{ message }}
Commit e573c99
assert: fix
This makes sure the error message visible in the error stack created
when using `assert.fail()` without any arguments or the message set
to `undefined` or `null` as only argument.
That was masked before due to other changes.
PR-URL: #27525
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>assert.fail() stack1 parent 678b3be commit e573c99
2 files changed
Lines changed: 8 additions & 9 deletions

0 commit comments