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

Function warnLog

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

Source from the content-addressed store, hash-verified

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

Callers 3

getOutputPathFunction · 0.90
parseArgumentsFunction · 0.90
printInfoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected