()
| 84 | } |
| 85 | |
| 86 | async check() { |
| 87 | console.log("正在检查Github更新"); |
| 88 | this.autoUpdater.checkForUpdates().catch((e: any) => { |
| 89 | console.log("成功捕获异常好吧"); |
| 90 | }); |
| 91 | } |
| 92 | |
| 93 | get(url: string) { |
| 94 | return axios_.get(url, { timeout: 5000 }); |
no outgoing calls
no test coverage detected