log-process-errors v6.2.0 Release Notes

Release Date: 2020-10-24 // over 3 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 Node 15.0.0, processes exit on unhandled promises.

Previous changes from v6.1.1

  • 🐛 Bug fixes

    • 🛠 Fix handling uncaught exceptions or warnings that are not Error instances (#32)