- 解决boundary带双引号 可能导致服务器错误情况

This commit is contained in:
dailyccc 2023-02-22 13:14:33 +08:00
parent f6c70f254c
commit cefa96a090

View File

@ -55,8 +55,6 @@ public static partial class QuestDbGlobalExtensions
lines.Add(line);
line = sr.ReadLine();
}
;
}
}
@ -140,8 +138,7 @@ public static partial class QuestDbGlobalExtensions
}
catch (Exception e)
{
Console.WriteLine(e);
throw;
throw e;
}
finally
{