property EventEmitter.captureRejections
Usage
import { EventEmitter } from "node:events";
Value: boolean
Change the default captureRejections option on all new EventEmitter objects.
import { EventEmitter } from "node:events";
Value: boolean
Change the default captureRejections option on all new EventEmitter objects.