mirror of
https://github.com/nodejs/node.git
synced 2025-05-20 10:47:26 +00:00

PR-URL: https://github.com/nodejs/node/pull/44197 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com>
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
node:events:*
|
|
throw er; // Unhandled 'error' event
|
|
^
|
|
|
|
Error: foo:bar
|
|
at bar (*events_unhandled_error_common_trace.js:*:*)
|
|
at foo (*events_unhandled_error_common_trace.js:*:*)
|
|
Emitted 'error' event at:
|
|
at quux (*events_unhandled_error_common_trace.js:*:*)
|
|
at Object.<anonymous> (*events_unhandled_error_common_trace.js:*:*)
|
|
|
|
Node.js *
|