mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113
This commit is contained in:
parent
7d1b50116b
commit
85481e50ee
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ func init() {
|
|||
return
|
||||
}
|
||||
|
||||
current := context["current"]
|
||||
current := context["current"].(int) + 1
|
||||
total := context["total"]
|
||||
msg := fmt.Sprintf(Conf.Language(90), current, total, blockCount, hash)
|
||||
util.SetBootDetails(msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue