mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
3727bd7254
commit
94e4226f40
1 changed files with 1 additions and 1 deletions
2
kernel/cache/asset.go
vendored
2
kernel/cache/asset.go
vendored
|
|
@ -60,6 +60,6 @@ func LoadAssets() {
|
|||
})
|
||||
elapsed := time.Since(start)
|
||||
if 2000 < elapsed.Milliseconds() {
|
||||
util.LogInfof("loaded assets [%s]", elapsed)
|
||||
util.LogInfof("loaded assets [%.2fs]", elapsed.Seconds())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue