Skip to main content
console.ConsoleConstructorOptions.ignoreErrors - console - Node documentation
property console.ConsoleConstructorOptions.ignoreErrors

Usage in Deno

import { type console } from "node:console";

Ignore errors when writing to the underlying streams.

Type

boolean | undefined