Skip to content

Commit 7778449

Browse files
authored
remove extra comments
1 parent 235fe4a commit 7778449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ protected async Task<Stream> ExecuteAsync(ProcessStartInfo startInfo, Cancellati
234234
// ReSharper disable once AccessToModifiedClosure
235235
// Manually Check whether disposed
236236
if (!disposed && !process.HasExited)
237-
// ReSharper disable once AccessToDisposedClosure
238237
process.Kill();
239238
});
240239

0 commit comments

Comments
 (0)