summaryrefslogtreecommitdiff
path: root/test/message/assert_throws_stack.js
Commit message (Collapse)AuthorAgeFilesLines
* assert: fix throws traceRuben Bridgewater2018-02-091-0/+6
The current stack trace thrown in case `assert.throws(fn, object)` is used did not filter the stack trace. This fixes it. PR-URL: https://github.com/nodejs/node/pull/18595 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>