mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-10 10:48:50 +01:00
🎨 改进集市已下载包更新 https://github.com/siyuan-note/siyuan/issues/5807
This commit is contained in:
parent
fcfbab3652
commit
9bc71a9f2c
15 changed files with 49 additions and 38 deletions
|
|
@ -41,7 +41,7 @@ const (
|
|||
)
|
||||
|
||||
func logBootInfo() {
|
||||
s, _ := SizeOfDirectory(DataDir, true)
|
||||
s, _ := SizeOfDirectory(DataDir)
|
||||
dataDirSize := humanize.Bytes(uint64(s))
|
||||
|
||||
logging.LogInfof("kernel is booting:\n"+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue