mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Code cleanup
This commit is contained in:
@@ -216,7 +216,7 @@ public static class ProcessManager
|
||||
{
|
||||
process.Stop();
|
||||
|
||||
if (processes.TryRemove(process.Id, out var processEntry))
|
||||
if (processes.TryRemove(process.Id, out (Process Process, ProcessMetrics Metrics, TaskCompletionSource ExitSource) processEntry))
|
||||
{
|
||||
_ = processEntry.ExitSource.TrySetResult();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user