(severity)
| 14117 | clearInterval(pwnLogStreamTimer); |
| 14118 | pwnLogStreamTimer = null; |
| 14119 | } |
| 14120 | pwnLogStreaming = false; |
| 14121 | setPwnLogIndicator(false); |
| 14122 | } |
| 14123 | |
| 14124 | function schedulePwnLogStop() { |
| 14125 | if (pwnLogStopTimeout) { |
| 14126 | return; |
| 14127 | } |
| 14128 | pwnLogStopTimeout = setTimeout(() => { |
| 14129 | stopPwnLogStreaming(); |
| 14130 | pwnLogStopTimeout = null; |
| 14131 | }, 12000); |
no outgoing calls
no test coverage detected