mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Return empty when operation canceled
This commit is contained in:
parent
b739bb49d3
commit
f5cc792ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
return results.ToList();
|
||||
return new List<Result>();
|
||||
}
|
||||
catch (EngineNotAvailableException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue