()
| 267 | } |
| 268 | |
| 269 | async run() { |
| 270 | try { |
| 271 | await this.login(); |
| 272 | await this.queryAssets(); |
| 273 | await this.sign(); |
| 274 | await this.queryAssets(); |
| 275 | } catch (e) { |
| 276 | this.summary.sign = `执行失败: ${e.message || e}`; |
| 277 | this.log(this.summary.sign); |
| 278 | } |
| 279 | return this.summary; |
| 280 | } |
| 281 | } |
| 282 | |
| 283 | !(async () => { |
no test coverage detected