From cefa96a090fd3c900c042ac21fb602fc34aa80f5 Mon Sep 17 00:00:00 2001 From: dailyccc <963922242@qq.com> Date: Wed, 22 Feb 2023 13:14:33 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E8=A7=A3=E5=86=B3boundary=E5=B8=A6?= =?UTF-8?q?=E5=8F=8C=E5=BC=95=E5=8F=B7=20=E5=8F=AF=E8=83=BD=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=9C=8D=E5=8A=A1=E5=99=A8=E9=94=99=E8=AF=AF=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FreeSql.Provider.QuestDb/QuestDbGlobalExtensions.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Providers/FreeSql.Provider.QuestDb/QuestDbGlobalExtensions.cs b/Providers/FreeSql.Provider.QuestDb/QuestDbGlobalExtensions.cs index e8104237..617963c9 100644 --- a/Providers/FreeSql.Provider.QuestDb/QuestDbGlobalExtensions.cs +++ b/Providers/FreeSql.Provider.QuestDb/QuestDbGlobalExtensions.cs @@ -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 {