mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
21782277c2
This change allows for easier recognition of builtin modules in stack traces. Refs: https://github.com/nodejs/node/issues/11893 PR-URL: https://github.com/nodejs/node/pull/35498 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
16 lines
684 B
Plaintext
16 lines
684 B
Plaintext
node:events:*
|
|
throw er; // Unhandled 'error' event
|
|
^
|
|
|
|
Error
|
|
at Object.<anonymous> (*events_unhandled_error_nexttick.js:*:*)
|
|
at Module._compile (node:internal/modules/cjs/loader:*:*)
|
|
at Object.Module._extensions..js (node:internal/modules/cjs/loader:*:*)
|
|
at Module.load (node:internal/modules/cjs/loader:*:*)
|
|
at Function.Module._load (node:internal/modules/cjs/loader:*:*)
|
|
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:*:*)
|
|
at node:internal/main/run_main_module:*:*
|
|
Emitted 'error' event at:
|
|
at *events_unhandled_error_nexttick.js:*:*
|
|
at processTicksAndRejections (node:internal/process/task_queues:*:*)
|