Skip to main content

printError

Print an error message to the console

Signature

const printError: (title: string, message: string[], options?: {
info?: string;
emoji?: string;
titleColor?: `#${string}`;
messageColor?: `#${string}`;
}) => void

Parameters

NameTypeDescription
title-The title of the error
message-The message to print
options-The options for the error