Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/signalapp/Signal-Desktop
/ error
Function
error
ts/util/consoleLogger.std.ts:11–14 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
9
console.error(...args);
10
},
11
error(...args) {
12
// oxlint-disable-next-line no-console
13
console.error(...args);
14
},
15
warn(...args) {
16
// oxlint-disable-next-line no-console
17
console.warn(...args);
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected