MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / error

Function error

engine/main.js:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23window.welcome = welcome;
24
25const error = e => console.error(e) || load(`about:error?${btoa(JSON.stringify({ error: e.stack ?? e, url: window._location.url }))}`);
26// const error = e => { throw e; };
27window.error = error;
28

Callers 3

loadFunction · 0.85
omniloadFunction · 0.85
constructorMethod · 0.85

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected