This commit is contained in:
Liang Ding 2022-10-12 09:32:05 +08:00
parent 1a8c519fb3
commit cef33abf93
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -682,6 +682,5 @@ func LoadSnippets() (ret []*conf.Snippet, err error) {
logging.LogErrorf("unmarshal js snippets failed: %s", err)
return
}
logging.LogInfof("loaded js snippets [%d]", len(ret))
return
}