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