diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs index 83057ff04..51c4c3d9d 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs @@ -111,7 +111,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search } catch (OperationCanceledException) { - return results.ToList(); + return new List(); } catch (EngineNotAvailableException) {