1events.js:* 2 throw er; // Unhandled 'error' event 3 ^ 4 5Error: foo:bar 6 at bar (*events_unhandled_error_common_trace.js:*:*) 7 at foo (*events_unhandled_error_common_trace.js:*:*) 8 at Object.<anonymous> (*events_unhandled_error_common_trace.js:*:*) 9 at Module._compile (internal/modules/cjs/loader.js:*:*) 10 at Object.Module._extensions..js (internal/modules/cjs/loader.js:*:*) 11 at Module.load (internal/modules/cjs/loader.js:*:*) 12 at Function.Module._load (internal/modules/cjs/loader.js:*:*) 13 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*:*) 14 at internal/main/run_main_module.js:*:* 15Emitted 'error' event at: 16 at quux (*events_unhandled_error_common_trace.js:*:*) 17 at Object.<anonymous> (*events_unhandled_error_common_trace.js:*:*) 18 at Module._compile (internal/modules/cjs/loader.js:*:*) 19 [... lines matching original stack trace ...] 20 at internal/main/run_main_module.js:*:* 21