Skip to content
Prev Previous commit
Next Next commit
Update doc/api/process.md
Co-Authored-By: Colin Ihrig <[email protected]>
  • Loading branch information
Flarna and cjihrig authored Jan 10, 2020
commit 9db2da69240a73c649f43ea7338b38f86bb8ee0a
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ The `'uncaughtExceptionMonitor'` event is emitted before an
`'uncaughtException'` event is emitted or a hook installed via
[`process.setUncaughtExceptionCaptureCallback()`][] is called.

Installing a `'uncaughtExceptionMonitor'` listener does not change the behavior
Installing an `'uncaughtExceptionMonitor'` listener does not change the behavior
once an `'uncaughtException'` event is emitted, therefore the process will
still crash if no regular `'uncaughtException'` listener is installed.

Expand Down