浏览代码

:sparkles: 资源文件重命名 https://github.com/siyuan-note/siyuan/issues/3454

Liang Ding 3 年之前
父节点
当前提交
94e4226f40
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/cache/asset.go

+ 1 - 1
kernel/cache/asset.go

@@ -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())
 	}
 }