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

Usage in Deno

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

Filename where the report is written. If set to the empty string, the output filename will be comprised of a timestamp, PID, and sequence number. The default value is the empty string.

Type

string