MCPcopy Index your code
hub / github.com/devforth/painterro / logError

Function logError

js/utils.js:166–168  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

164}
165
166export function logError(error) {
167 console.warn(`[Painterro] ${error}`);
168}
169
170export function checkIn(what, where) {
171 return where.indexOf(what) !== -1;

Callers 2

setDefaultsFunction · 0.90
saveMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…