(e)
| 4059 | }(this.account), this.cookies.sensors_stay_time = String(Date.now()) |
| 4060 | } |
| 4061 | log(e) { |
| 4062 | this.reporter.line(`[${this.maskedAccount}] ${e}`) |
| 4063 | } |
| 4064 | async run() { |
| 4065 | try { |
| 4066 | if (!await this.jwt()) return void this.reporter.invalid.push(this.maskedAccount); |
no test coverage detected