Skip to content

doc: Warn against `uncaughtException` dependency.

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

State in the documentation that uncaughtException is not a reliable way to restart a crashed application, and clarify that an application may crash in ways that do not trigger this event.

Fixes https://github.com/nodejs/node/issues/6223

Merge request reports

Loading