From a6de89ab7409dfc886c49a5b6a580e89640b2bd2 Mon Sep 17 00:00:00 2001 From: hevinci Date: Wed, 19 Oct 2022 19:30:50 +0800 Subject: [PATCH] Update runtime code --- Assets/YooAsset/Runtime/AssetsPackage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/YooAsset/Runtime/AssetsPackage.cs b/Assets/YooAsset/Runtime/AssetsPackage.cs index 3d32883..82f63c1 100644 --- a/Assets/YooAsset/Runtime/AssetsPackage.cs +++ b/Assets/YooAsset/Runtime/AssetsPackage.cs @@ -150,7 +150,7 @@ namespace YooAsset { var editorSimulateModeParameters = parameters as EditorSimulateModeParameters; if (string.IsNullOrEmpty(editorSimulateModeParameters.SimulatePatchManifestPath)) - throw new Exception($"${editorSimulateModeParameters.SimulatePatchManifestPath} is null or empty."); + throw new Exception($"{nameof(editorSimulateModeParameters.SimulatePatchManifestPath)} is null or empty."); } if (parameters is HostPlayModeParameters)