Skip to main content
ProcessReport.reportOnUncaughtException - process - Node documentation
property ProcessReport.reportOnUncaughtException

Usage in Deno

import { type ProcessReport } from "node:process";

If true, a diagnostic report is generated on uncaught exception.

Type

boolean