Skip to content

Commit 2961922

Browse files
authored
Process handler was removed in dev
1 parent 0a868b8 commit 2961922

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

StabilityMatrix.Core/Models/Packages/ComfyUI.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,6 @@ await SetupVenv(installLocation, pythonVersion: PyVersion.Parse(installedPackage
469469
OnExit
470470
);
471471

472-
if (Compat.IsWindows)
473-
{
474-
ProcessTracker.AttachExitHandlerJobToProcess(VenvRunner.Process);
475-
}
476-
477472
return;
478473

479474
void HandleConsoleOutput(ProcessOutput s)

0 commit comments

Comments
 (0)