mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 12:41:50 +00:00

PR-URL: https://github.com/nodejs/node/pull/18378 Fixes: https://github.com/nodejs/node/issues/18377 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
20 lines
745 B
Plaintext
20 lines
745 B
Plaintext
assert.js:*
|
|
throw newErr;
|
|
^
|
|
|
|
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error
|
|
at z (*if-error-has-good-stack.js:*:*
|
|
at y (*if-error-has-good-stack.js:*:*)
|
|
at x (*if-error-has-good-stack.js:*:*)
|
|
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
|
|
at c (*if-error-has-good-stack.js:*:*)
|
|
at b (*if-error-has-good-stack.js:*:*)
|
|
at a (*if-error-has-good-stack.js:*:*)
|
|
at Object.<anonymous> (*if-error-has-good-stack.js:*:*)
|
|
at Module._compile (module.js:*:*)
|
|
at Object.Module._extensions..js (module.js:*:*)
|
|
at Module.load (module.js:*:*)
|
|
at tryModuleLoad (module.js:*:*)
|
|
at Function.Module._load (module.js:*:*)
|
|
at Function.Module.runMain (module.js:*:*)
|