()
| 60 | } |
| 61 | |
| 62 | function stopJobPolling() { |
| 63 | if (jobPollTimerId) { |
| 64 | clearInterval(jobPollTimerId); |
| 65 | jobPollTimerId = null; |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | export function showError(message) { |
| 70 | errorEl.textContent = ""; |
no outgoing calls
no test coverage detected