Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
89
export
function
errorLog(text: string): void {
90
console.error(pc.red(`ERROR: ${text}`));
91
}
Callers
1
parseArguments
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected