log-process-errors v6.2.0 Release Notes
Release Date: 2020-10-24 // almost 4 years ago-
🔋 Features
- 0️⃣ The
exitOn()
option now defaults to['uncaughtException', 'unhandledRejection']
on Node>= 15.0.0
. Its default
0️⃣ value is still['uncaughtException']
on Node< 15.0.0
. This is to mimic Node.js default behavior: since Node15.0.0
, processes exit on unhandled promises.
- 0️⃣ The
Previous changes from v6.1.1
-
🐛 Bug fixes
- 🛠 Fix handling uncaught exceptions or warnings that are not
Error
instances (#32)
- 🛠 Fix handling uncaught exceptions or warnings that are not