본문으로 건너뛰기

printError

Print an error message to the console

Signature

const printError: (title: string, message: string[], options?: PrintConsoleOptions) => void

Parameters

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