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

Usage in Deno

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

Directory where the report is written. The default value is the empty string, indicating that reports are written to the current working directory of the Node.js process.

Type

string
Back to top