Adds on handlers for uncaughtException and unhandledRejection events of node process. Logs all caught errors with log level FATAL, exiting the node process with code 1.
on
uncaughtException
unhandledRejection
process
FATAL
1
Generated using TypeDoc
Adds
on
handlers foruncaughtException
andunhandledRejection
events of nodeprocess
. Logs all caught errors with log levelFATAL
, exiting the nodeprocess
with code1
.