diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 9b8b4f07e..f82ebdc37 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -589,6 +589,7 @@ namespace Flow.Launcher { LogError(ClassName, $"Failed to start process {filePath} with error: {errorInfo}"); } + return; } var info = new ProcessStartInfo