MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / error

Method error

src/platform/logging/consoleLogger.ts:17–19  ·  view source on GitHub ↗
(message: string, ...data: Arguments)

Source from the content-addressed store, hash-verified

15 constructor(private readonly prefix: string | undefined) {}
16
17 public error(message: string, ...data: Arguments): void {
18 console.error(formatMessage('error', `${this.prefix || ''} ${message}`, ...data));
19 }
20
21 public warn(message: string, ...data: Arguments): void {
22 console.warn(formatMessage('warn', `${this.prefix || ''} ${message}`, ...data));

Callers

nothing calls this directly

Calls 2

formatMessageFunction · 0.85
errorMethod · 0.65

Tested by

no test coverage detected