(...t)
| 365 | } |
| 366 | |
| 367 | log(...t) { |
| 368 | t.length > 0 && (this.logs = [...this.logs, ...t]), console.log(t.join(this.logSeparator)) |
| 369 | } |
| 370 | |
| 371 | logErr(t, e) { |
| 372 | const s = !this.isSurge() && !this.isQuanX() && !this.isLoon(); |
no outgoing calls
no test coverage detected