code style

pull/497/head
何冠峰 2025-02-27 17:14:20 +08:00
parent fbd0d8ec40
commit 520a8a0623
1 changed files with 1 additions and 1 deletions

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);
} }
} }