Skip to content

Commit 8d53d34

Browse files
authored
Merge pull request chavyleung#264 from BlueskyClouds/patch-1
修正
2 parents 750e15c + 831ebfb commit 8d53d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tieba/tieba.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function getbars(bars) {
102102
bar.totalsignCnt = _signinfo.sign_total
103103
} catch (e) {
104104
bar.contsignCnt = '❓'
105-
$.logErr(e, response)
105+
$.logErr(e, resp)
106106
} finally {
107107
resove()
108108
}

0 commit comments

Comments
 (0)