| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2272,7 +2272,8 @@ exception value itself as its first argument. | |||
| 2272 | 2272 | If such a function is set, the [`'uncaughtException'`][] event will | |
| 2273 | 2273 | not be emitted. If `--abort-on-uncaught-exception` was passed from the | |
| 2274 | 2274 | command line or set through [`v8.setFlagsFromString()`][], the process will | |
| 2275 | - not abort. | ||
| 2275 | + not abort. Actions configured to take place on exceptions such as report | ||
| 2276 | + generations will be affected too | ||
| 2276 | 2277 | ||
| 2277 | 2278 | To unset the capture function, | |
| 2278 | 2279 | `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this | |
| Back | FazBrowse Home | New Git URL |
0 commit comments