(e)
| 17 | outputElm.innerHTML = text.replace(/\n/g, '<br>'); |
| 18 | } |
| 19 | function error(e) { |
| 20 | console.log(e); |
| 21 | errorElm.style.height = '2em'; |
| 22 | errorElm.textContent = e.message; |
| 23 | } |
| 24 | |
| 25 | function noerror() { |
| 26 | errorElm.style.height = '0'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…