mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
🎨 Sync repo
This commit is contained in:
parent
37e2cc0b33
commit
efe1016777
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ func syncRepo() (err error) {
|
|||
util.PushStatusBar("Sync data repo failed: " + err.Error())
|
||||
return
|
||||
}
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(149), elapsed.Seconds()))
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(149)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
|
||||
if 1 > len(fetchedFiles) {
|
||||
// 没有下载到新文件,直接返回
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue