MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / error

Function error

src/lib/console.js:138–141  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

136 log("log", getStack(new Error()), ...args);
137 },
138 error(...args) {
139 originalConsole.error(...args);
140 log("error", getStack(new Error()), ...args);
141 },
142 group(...args) {
143 originalConsole.group(...args);
144 log("log", getStack(new Error()), ...args);

Callers

nothing calls this directly

Calls 3

getStackFunction · 0.85
logFunction · 0.70
errorMethod · 0.45

Tested by

no test coverage detected