mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
3719459179
commit
6e1f54238a
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ func flushTx(tx *Transaction) {
|
|||
util.PushMsg(Conf.Language(222), 5000)
|
||||
case TxErrWriteAttributeView:
|
||||
util.PushMsg(Conf.language(258), 5000)
|
||||
logging.LogErrorf("handle attribute view failed: %s", txErr.msg)
|
||||
default:
|
||||
txData, _ := gulu.JSON.MarshalJSON(tx)
|
||||
logging.LogFatalf(logging.ExitCodeFatal, "transaction failed [%d]: %s\n tx [%s]", txErr.code, txErr.msg, txData)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue