mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-18 22:36:10 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
f9aa99bff8
commit
6c2545e457
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ func FlushQueue() {
|
|||
context["total"] = groupOpsTotal[op.action]
|
||||
if err = execOp(op, tx, context); err != nil {
|
||||
tx.Rollback()
|
||||
closeTxPreparedStmts(tx)
|
||||
logging.LogErrorf("queue operation [%s] failed: %s", op.action, err)
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue