(...t)
| 2528 | i && this.logs.push(i); |
| 2529 | } |
| 2530 | log(...t) { |
| 2531 | t.length > 0 ? (this.logs = [...this.logs, ...t]) : console.log(this.logs.join(this.logSeparator)); |
| 2532 | } |
| 2533 | logErr(t, s) { |
| 2534 | const e = !this.isSurge() && !this.isQuanX() && !this.isLoon(); |
| 2535 | e ? $.log('', `\u2757\ufe0f${this.name}, \u9519\u8bef!`, t.stack) : $.log('', `\u2757\ufe0f${this.name}, \u9519\u8bef!`, t); |
no outgoing calls
no test coverage detected