mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 05:21:10 +08:00
This commit is contained in:
parent
3727bd7254
commit
94e4226f40
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…
Reference in New Issue
Block a user