diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index f22eb73c0..e3b7de31d 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -226,6 +226,7 @@ namespace Flow.Launcher { url.OpenInBrowserWindow(path, inPrivate ?? browserInfo.EnablePrivate, browserInfo.PrivateArg); } + return; } @@ -240,7 +241,7 @@ namespace Flow.Launcher return; } - throw new InvalidOperationException("URI scheme not specifiedor supported "); + throw new InvalidOperationException("URI scheme not specified or supported "); } public void OpenUrl(string url, bool? inPrivate = null)