MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / logErr

Method logErr

jlld.js:534–539  ·  view source on GitHub ↗
(t, s)

Source from the content-addressed store, hash-verified

532 console.log(t.join(this.logSeparator));
533 }
534 logErr(t, s) {
535 const e = !this.isSurge() && !this.isQuanX() && !this.isLoon();
536 e
537 ? this.log("", `\u2757\ufe0f${this.name}, \u9519\u8bef!`, t.stack)
538 : this.log("", `\u2757\ufe0f${this.name}, \u9519\u8bef!`, t);
539 }
540 wait(t) {
541 return new Promise((s) => setTimeout(s, t));
542 }

Callers

nothing calls this directly

Calls 4

isSurgeMethod · 0.45
isQuanXMethod · 0.45
isLoonMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected