Fix deelevate process running issue

This commit is contained in:
Jack251970 2025-06-11 20:00:25 +08:00
parent e8c03c61d8
commit ea9ede2e0e

View file

@ -589,6 +589,7 @@ namespace Flow.Launcher
{ {
LogError(ClassName, $"Failed to start process {filePath} with error: {errorInfo}"); LogError(ClassName, $"Failed to start process {filePath} with error: {errorInfo}");
} }
return;
} }
var info = new ProcessStartInfo var info = new ProcessStartInfo