code style

This commit is contained in:
何冠峰
2025-02-27 17:14:20 +08:00
parent fbd0d8ec40
commit 520a8a0623

View File

@@ -88,7 +88,7 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
{ {
_steps = ESteps.Done; _steps = ESteps.Done;
Status = EOperationStatus.Failed; Status = EOperationStatus.Failed;
Error = "Wechat platform not support sync load method !"; Error = "WebGL platform not support sync load method !";
UnityEngine.Debug.LogError(Error); UnityEngine.Debug.LogError(Error);
} }
} }