🎨 增加日志定位未引用资源加载问题 https://ld246.com/article/1660007944871

This commit is contained in:
Liang Ding 2022-08-10 13:30:58 +08:00
parent 64c2a3af20
commit 0269e96d8d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -525,6 +525,7 @@ func RenameAsset(oldPath, newName string) (err error) {
}
func UnusedAssets() (ret []string) {
defer logging.Recover()
ret = []string{}
assetsPathMap, err := allAssetAbsPaths()