mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 logging
This commit is contained in:
parent
9bc0064dac
commit
d9513c4bb5
1 changed files with 2 additions and 0 deletions
|
|
@ -400,6 +400,8 @@ func (searcher *AssetsSearcher) FullIndex() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logging.LogInfof("parsing asset content [%s]", absPath)
|
||||||
|
|
||||||
result := parser.Parse(absPath)
|
result := parser.Parse(absPath)
|
||||||
if nil == result {
|
if nil == result {
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue