mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 22:38:49 +01:00
This commit is contained in:
parent
f44dc5406e
commit
b35e9e1d12
14 changed files with 28 additions and 13 deletions
|
|
@ -98,6 +98,8 @@ func flushTx(tx *Transaction) {
|
|||
return
|
||||
case TxErrCodeDataIsSyncing:
|
||||
util.PushMsg(Conf.Language(222), 5000)
|
||||
case TxErrWriteAttributeView:
|
||||
util.PushMsg(Conf.language(258), 5000)
|
||||
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