mirror of https://github.com/nodejs/node.git
18 lines
790 B
Plaintext
18 lines
790 B
Plaintext
node:events:*
|
|
throw er; // Unhandled 'error' event
|
|
^
|
|
|
|
Error
|
|
at Object.<anonymous> (*events_unhandled_error_sameline.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 Object.<anonymous> (*events_unhandled_error_sameline.js:*:*)
|
|
at Module._compile (node:internal/modules/cjs/loader:*:*)
|
|
[... lines matching original stack trace ...]
|
|
at node:internal/main/run_main_module:*:*
|