🔇 logging

This commit is contained in:
Liang Ding 2023-02-01 16:51:29 +08:00
parent 3741775dca
commit dcb1f395da
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -478,7 +478,7 @@ func selectBlocksRawStmt(stmt string, limit int) (ret []*Block) {
errCount++
}
if (confLimit && limit < count) || 1 < errCount {
if (confLimit && limit < count) || 0 < errCount {
break
}
}