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