mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/52213 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
59 lines
754 B
Plaintext
59 lines
754 B
Plaintext
{ err:
|
|
Error: foo
|
|
bar
|
|
at *util_inspect_error*
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
nested:
|
|
{ err:
|
|
Error: foo
|
|
bar
|
|
at *util_inspect_error*
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
{
|
|
err: Error: foo
|
|
bar
|
|
at *util_inspect_error*
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
nested: {
|
|
err: Error: foo
|
|
bar
|
|
at *util_inspect_error*
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
}
|
|
}
|
|
{ Error: foo
|
|
bar
|
|
at *util_inspect_error*
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
foo: 'bar' }
|