RunningScriptOptions.displayErrors - Node documentation
property RunningScriptOptions.displayErrors

Usage in Deno

import { type RunningScriptOptions } from "node:vm";

When true, if an Error occurs while compiling the code, the line of code causing the error is attached to the stack trace. Default: true.

Type

boolean | undefined