Commit 88ee8c3
committed
fix(DefaultBuildinFileSystem): 未找到内置目录文件时操作视为成功
将加载内置目录文件失败的错误处理改为警告并跳过。当在Resources中未找到指定文件时,不再将操作状态标记为失败,而是记录警告日志并将状态设为成功,以允许系统在没有内置目录的情况下继续运行。1 parent 4a23518 commit 88ee8c3
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- Runtime/FileSystem/DefaultBuildinFileSystem/Operation/internal
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | | - | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments