MCPcopy Create free account
hub / github.com/sql-js/sql.js / error

Function error

GUI/deoptimize.gui.js:19–23  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

17 outputElm.innerHTML = text.replace(/\n/g, '<br>');
18}
19function error(e) {
20 console.log(e);
21 errorElm.style.height = '2em';
22 errorElm.textContent = e.message;
23}
24
25function noerror() {
26 errorElm.style.height = '0';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…