wxr
2021-03-26 f676a4c180fc54cc82eecbfcd24d32fe7d8581db
HDL_ON/Entity/FunctionList.cs
@@ -137,6 +137,7 @@
                var tempFunction = Newtonsoft.Json.JsonConvert.DeserializeObject<Function>(functionDataString);
                if (tempFunction == null)
                {
                    MainPage.Log("null");
                    FileUtlis.Files.DeleteFile(filePath);
                    return;
                }