update extension sample

This commit is contained in:
何冠峰
2025-02-12 14:43:51 +08:00
parent fb8720edd3
commit a98db0ba83
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ internal class TTFSLoadBundleOperation : FSLoadBundleOperation
{
_steps = ESteps.Done;
Status = EOperationStatus.Failed;
Error = $"The {nameof(IDecryptionServices)} is null !";
Error = $"The {nameof(IWebDecryptionServices)} is null !";
YooLogger.Error(Error);
return;
}

View File

@@ -53,7 +53,7 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
{
_steps = ESteps.Done;
Status = EOperationStatus.Failed;
Error = $"The {nameof(IDecryptionServices)} is null !";
Error = $"The {nameof(IWebDecryptionServices)} is null !";
YooLogger.Error(Error);
return;
}