Files
node/lib/internal
Anna Henningsen 68d508a9e0 events: show throw stack trace for uncaught exception
Show the stack trace for the `eventemitter.emit('error')` call
in the case of an uncaught exception.

Previously, there would be no clue in Node’s output about where
the actual `throw` comes from.

PR-URL: https://github.com/nodejs/node/pull/19003
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-03-04 21:20:43 +00:00
..
2018-02-16 18:09:56 +01:00
2018-03-01 09:18:30 -06:00
2017-11-16 15:42:46 -08:00
2018-03-04 15:33:18 +01:00
2018-02-04 13:49:06 -08:00
2018-02-01 11:55:13 +01:00
2017-08-14 15:43:10 -04:00
2018-03-04 15:33:18 +01:00
2018-02-16 18:09:56 +01:00
2018-02-19 07:02:21 -05:00
2017-11-24 00:13:44 +01:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.