MCPcopy Create free account
hub / github.com/dailydotdev/apps / errorLog

Function errorLog

packages/extension/src/background/index.ts:41–44  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

39};
40
41const errorLog = (...args: unknown[]): void => {
42 // eslint-disable-next-line no-console
43 console.error(...args);
44};
45
46const chromeRuntime = (
47 globalThis as typeof globalThis & {

Callers 2

handleMessagesFunction · 0.70
index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected