MCPcopy Index your code
hub / github.com/bugy/script-server / logError

Function logError

web-src/src/common/utils/common.js:253–255  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

251}
252
253export function logError(error) {
254 (console.error || console.log).call(console, error.stack || error);
255}
256
257export function createTemplateElement(templateName) {
258 const templateContent = document.getElementById(templateName).innerHTML.trim();

Callers 4

selectExecutionFunction · 0.90
onErrorFunction · 0.90
logoutFunction · 0.90
reconnectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected