This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-11-24 19:33:12 +08:00
parent a0a8751aa5
commit e77dd9e841
47 changed files with 28545 additions and 17360 deletions

View File

@@ -61,8 +61,8 @@ namespace JNGame.Sync.State.Tile
}
catch (Exception e)
{
Debug.LogError(e.Message);
throw;
Debug.LogError($"Error occurred: {e.ToString()}"); // 打印详细的错误信息
throw; // 重新抛出异常
}
}