You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- we recommend using `['uncaughtException', 'unhandledRejection']`
68
68
instead since this will be the [future default behavior of Node.js](https://nodejs.org/dist/latest-v8.x/docs/api/deprecations.html#deprecations_dep0018_unhandled_promise_rejections)
69
-
- to prevent any `process.exit()`, use `[]`
69
+
- to prevent any `process.exit(1)`, use `[]`
70
70
71
71
`process.exit(1)` will only be fired after successfully logging the event.
0 commit comments