mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix deelevate process running issue
This commit is contained in:
parent
e8c03c61d8
commit
ea9ede2e0e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue