| System/Debug/DebugUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Debug/DebugUtility.cs
@@ -42,8 +42,12 @@ if (debugAccount) { var json = JsonMapper.ToObject<DebugBranch>(File.ReadAllText(parentDirectory + "/Debug")); debugBranch = json.branch; var content = File.ReadAllText(parentDirectory + "/Debug"); if (!string.IsNullOrEmpty(content)) { var json = JsonMapper.ToObject<DebugBranch>(File.ReadAllText(parentDirectory + "/Debug")); debugBranch = json.branch; } } } }