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
| Name | Type | Description |
|---|---|---|
title | - | The title of the error |
message | - | The message to print |
options | - | The options for the error |