🎨 增加日志定位未引用资源加载问题 https://ld246.com/article/1660007944871
This commit is contained in:
parent
64c2a3af20
commit
0269e96d8d
2 changed files with 2 additions and 1 deletions
2
app/stage/protyle/js/lute/lute.min.js
vendored
2
app/stage/protyle/js/lute/lute.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -525,6 +525,7 @@ func RenameAsset(oldPath, newName string) (err error) {
|
|||
}
|
||||
|
||||
func UnusedAssets() (ret []string) {
|
||||
defer logging.Recover()
|
||||
ret = []string{}
|
||||
|
||||
assetsPathMap, err := allAssetAbsPaths()
|
||||
|
|
Loading…
Add table
Reference in a new issue