Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ error
Method
error
src/scripts/logging/webConsole.ts:8–10 ·
view source on GitHub ↗
(message: string, object: any)
Source
from the content-addressed store, hash-verified
6
}
7
8
error(message: string, object: any): void {
9
console.error(message, object);
10
}
11
12
info(message: string, object: any): void {
13
console.info(message, object);
Callers
nothing calls this directly
Calls
1
error
Method · 0.65
Tested by
no test coverage detected