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

Function errorLog

packages/extension/src/lib/frameEmbeddingSession.ts:26–29  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

24};
25
26const errorLog = (...args: unknown[]): void => {
27 // eslint-disable-next-line no-console
28 console.error(...args);
29};
30
31export type TabFrameEmbeddingResult = {
32 enabled: boolean;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected