property Runtime.RunScriptParameterType.silent Usage in Deno```typescript import { type Runtime } from "node:node__inspector.d.ts"; ``` In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. Type boolean | undefined