🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683

This commit is contained in:
Liang Ding 2023-03-17 16:29:50 +08:00
parent f2f60cf9fe
commit 5971076749
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 39 additions and 16 deletions

View file

@ -130,7 +130,7 @@ func FlushQueue() {
context["total"] = groupOpsTotal[op.action]
if err = execOp(op, tx, context); nil != err {
tx.Rollback()
logging.LogErrorf("queue operation failed: %s", err)
logging.LogErrorf("queue operation [%s] failed: %s", op.action, err)
continue
}