MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / logError

Function logError

webapp/_webapp/src/libs/logger.ts:10–12  ·  view source on GitHub ↗
(...data: unknown[])

Source from the content-addressed store, hash-verified

8}
9
10export function logError(...data: unknown[]) {
11 console.error("[PaperDebugger]", ...data);
12}
13
14export function logDebug(...data: unknown[]) {
15 // eslint-disable-next-line no-console

Callers 15

PaperScoreCardFunction · 0.90
mapResponseToStreamEventFunction · 0.90
setting-store.tsFile · 0.90
socket-store.tsFile · 0.90
handleMethod · 0.90
handleAbortMethod · 0.90
handleSaveTitleFunction · 0.90
handleHistoryClickFunction · 0.90
processStreamFunction · 0.90
withRetrySyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected