mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove extra comments
This commit is contained in:
parent
760333520c
commit
235fe4aacb
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue