🎨 logging

This commit is contained in:
Daniel 2023-09-03 09:41:06 +08:00
parent 9bc0064dac
commit d9513c4bb5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -400,6 +400,8 @@ func (searcher *AssetsSearcher) FullIndex() {
return nil
}
logging.LogInfof("parsing asset content [%s]", absPath)
result := parser.Parse(absPath)
if nil == result {
return nil