(t, e)
| 369 | } |
| 370 | |
| 371 | logErr(t, e) { |
| 372 | const s = !this.isSurge() && !this.isQuanX() && !this.isLoon(); |
| 373 | s ? this.log("", `❗️${this.name}, 错误!`, t.stack) : this.log("", `❗️${this.name}, 错误!`, t) |
| 374 | } |
| 375 | |
| 376 | wait(t) { |
| 377 | return new Promise(e => setTimeout(e, t)) |