From 235fe4aacbebb9aa3f1a11e60364f99e415909b6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 7 Aug 2021 13:26:11 +1000 Subject: [PATCH] remove extra comments --- Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs b/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs index d8dc2f420..ae15d23a8 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs @@ -233,7 +233,6 @@ namespace Flow.Launcher.Core.Plugin { // ReSharper disable once AccessToModifiedClosure // Manually Check whether disposed - // ReSharper disable once AccessToDisposedClosure if (!disposed && !process.HasExited) // ReSharper disable once AccessToDisposedClosure process.Kill(); @@ -295,4 +294,4 @@ namespace Flow.Launcher.Core.Plugin return Task.CompletedTask; } } -} \ No newline at end of file +}