mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🔇 logging
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user