(job, ok, error = '')
| 79 | } |
| 80 | |
| 81 | function finishProBundleProgress(job, ok, error = '') { |
| 82 | if (!job) return; |
| 83 | finishTransferProgress(job, { ok, error }); |
| 84 | } |
| 85 | |
| 86 | function buildPersistentTokensKeyWarningHtml(status) { |
| 87 | if (!status || typeof status !== 'object') return ''; |
no test coverage detected