UNPKG

close-with-grace

Version:

Exit your process, gracefully (if possible)

11 lines (8 loc) 120 B
'use strict' const errorEvents = [ 'uncaughtException', 'unhandledRejection' ] module.exports = { errorEvents }