()
| 274 | }, |
| 275 | |
| 276 | initialize() { |
| 277 | this.progress = { |
| 278 | finished: 0, |
| 279 | total: 0, |
| 280 | }; |
| 281 | this.config = serviceConfig(this.name); |
| 282 | this.lastFetch = Promise.resolve(); |
| 283 | }, |
| 284 | logError(err) { |
| 285 | logError(err); |
| 286 | this.error = err; |
no test coverage detected