From 9c1ad66ddaca2604b60c98ec80ff0b5dae395ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Tue, 18 Jan 2022 15:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub.UI/UdpLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastGithub.UI/UdpLogger.cs b/FastGithub.UI/UdpLogger.cs index 0e931aa..5eeff40 100644 --- a/FastGithub.UI/UdpLogger.cs +++ b/FastGithub.UI/UdpLogger.cs @@ -63,7 +63,7 @@ namespace FastGithub.UI var length = await taskCompletionSource.Task; var json = Encoding.UTF8.GetString(buffer, 0, length); - var log= JsonConvert.DeserializeObject(json); + var log = JsonConvert.DeserializeObject(json); if (log != null) { log.Message = log.Message.Replace("\"", null);