2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 05:23:13 +00:00
This commit is contained in:
2024-07-09 11:18:53 +03:00
parent cd7063ceb4
commit 279b5f87e6
13 changed files with 30 additions and 22 deletions

View File

@ -7,6 +7,7 @@ using System.Text;
using Esiur.Data;
using Esiur.Resource.Template;
using System.Linq;
using Esiur.Misc;
namespace Esiur.Data;
@ -182,7 +183,7 @@ public static class DataDeserializer
}
catch (Exception ex)
{
Console.WriteLine(ex);
Global.Log(ex);
}
}