MCPcopy Create free account
hub / github.com/WICG/webpackage / errorLog

Function errorLog

js/sign/src/utils/cli-utils.ts:89–91  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

87 console.warn(pc.yellow(`WARN: ${text}`));
88}
89export function errorLog(text: string): void {
90 console.error(pc.red(`ERROR: ${text}`));
91}

Callers 1

parseArgumentsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected