MCPcopy Create free account
hub / github.com/6dylan6/jdpro / logErr

Method logErr

function/sendNotify.js:2533–2536  ·  view source on GitHub ↗
(t, s)

Source from the content-addressed store, hash-verified

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);
2536 }
2537 wait(t) {
2538 return new Promise((s) => setTimeout(s, t));
2539 }

Callers 15

gotifyNotifyFunction · 0.45
gobotNotifyFunction · 0.45
serverNotifyFunction · 0.45
BarkNotifyFunction · 0.45
tgBotNotifyFunction · 0.45
ddBotNotifyFunction · 0.45
qywxBotNotifyFunction · 0.45
fsBotNotifyFunction · 0.45
qywxamNotifyFunction · 0.45
iGotNotifyFunction · 0.45
pushPlusNotifyFunction · 0.45
wxpusherNotifyByOneFunction · 0.45

Calls 4

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

Tested by

no test coverage detected