🎨 数据同步忽略用于文件系统检查的文件 https://github.com/siyuan-note/siyuan/issues/7744
This commit is contained in:
parent
14ad385ed8
commit
b7375b6788
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ func statTypesByPath(files []*entity.File) (ret []*TypeCount) {
|
|||
for _, f := range files {
|
||||
ext := path.Ext(f.Path)
|
||||
if "" == ext {
|
||||
ext = "noExt"
|
||||
ext = "NoExt"
|
||||
}
|
||||
|
||||
found := false
|
||||
|
|
Loading…
Add table
Reference in a new issue