We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cocos creator 2.4.4
假设 此处L15 storagePath 值为 XXXXX/remote-asset/
XXXXX/remote-asset/
则 此处L16 拼接结果为:XXXXX/remote-asset/_temp/ 而实际目的应该为:XXXXX/remote-asset_temp/ 所以,代码L19-L36 不会执行
XXXXX/remote-asset/_temp/
XXXXX/remote-asset_temp/
BTW: 实际测试,发现 代码L19-L36 并无用武之地?即热更新中断恢复后,am 已会从 XXXXX/remote-asset_temp 中恢复并跳过这些文件的更新。
am
XXXXX/remote-asset_temp
The text was updated successfully, but these errors were encountered:
已提 pr #43
Sorry, something went wrong.
No branches or pull requests
cocos creator 2.4.4
假设 此处L15 storagePath 值为
XXXXX/remote-asset/
则 此处L16 拼接结果为:
XXXXX/remote-asset/_temp/
而实际目的应该为:
XXXXX/remote-asset_temp/
所以,代码L19-L36 不会执行
BTW: 实际测试,发现 代码L19-L36 并无用武之地?即热更新中断恢复后,
am
已会从XXXXX/remote-asset_temp
中恢复并跳过这些文件的更新。The text was updated successfully, but these errors were encountered: