Skip to content

doc: fix setUncaughtExceptionCaptureCallback name in body text

Name of this function was misspelled in its Process docs, so I changed setUncaughtExceptionCapture to setUncaughtExceptionCaptureCallback.

process.setUncaughtExceptionCaptureCallback and its docs were originally added in https://github.com/nodejs/node/pull/17159

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading