We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4134b69 commit 3324b2fCopy full SHA for 3324b2f
1 file changed
tieba/tieba.js
@@ -68,7 +68,7 @@ async function signbars(bars) {
68
bar.iscurSign = true
69
bar.issignSuc = false
70
bar.signNo = null
71
- bar.signMsg = error !== null ? error : e
+ bar.signMsg = err !== null ? error : e
72
$.logErr(e, resp)
73
} finally {
74
$.log(`❕ 贴吧:【${bar.name}】签到完成!`)
0 commit comments