mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
fbdfe9399c
This commit adds a tracing channel for module loading through `import()` and `require()`. Co-Authored-By: Stephen Belanger <admin@stephenbelanger.com> PR-URL: https://github.com/nodejs/node/pull/44340 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
39 lines
704 B
Plaintext
39 lines
704 B
Plaintext
node:assert:*
|
|
throw err;
|
|
^
|
|
|
|
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
|
|
+ actual - expected
|
|
|
|
+ Comparison {}
|
|
- Comparison {
|
|
- bar: true
|
|
- }
|
|
at Object.<anonymous> (*assert_throws_stack.js:*:*)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at * {
|
|
generatedMessage: true,
|
|
code: 'ERR_ASSERTION',
|
|
actual: Error: foo
|
|
at assert.throws.bar (*assert_throws_stack.js:*)
|
|
at getActual (node:assert:*)
|
|
at Function.throws (node:assert:*)
|
|
at Object.<anonymous> (*assert_throws_stack.js:*:*)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *,
|
|
expected: { bar: true },
|
|
operator: 'throws'
|
|
}
|
|
|
|
Node.js *
|