mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
54 lines
694 B
Plaintext
54 lines
694 B
Plaintext
|
{ err:
|
||
|
Error: foo
|
||
|
bar
|
||
|
at *util_inspect_error*
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
nested:
|
||
|
{ err:
|
||
|
Error: foo
|
||
|
bar
|
||
|
at *util_inspect_error*
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
{
|
||
|
err: Error: foo
|
||
|
bar
|
||
|
at *util_inspect_error*
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
nested: {
|
||
|
err: Error: foo
|
||
|
bar
|
||
|
at *util_inspect_error*
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
}
|
||
|
}
|
||
|
{ Error: foo
|
||
|
bar
|
||
|
at *util_inspect_error*
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
at *
|
||
|
foo: 'bar' }
|