MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / warn

Method warn

src/scripts/logging/webConsole.ts:4–6  ·  view source on GitHub ↗
(message: string, object: any)

Source from the content-addressed store, hash-verified

2
3export class WebConsole implements ConsoleOutput {
4 warn(message: string, object: any): void {
5 console.warn(message, object);
6 }
7
8 error(message: string, object: any): void {
9 console.error(message, object);

Callers

nothing calls this directly

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected