mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless comment
This commit is contained in:
parent
6e4f6e2abf
commit
4e3fd84f06
1 changed files with 2 additions and 2 deletions
|
|
@ -75,11 +75,11 @@ namespace Flow.Launcher.Plugin.Program
|
|||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
// Fix #3091: System.OperationCanceledException Issue
|
||||
Log.Warn("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled");
|
||||
return emptyResults;
|
||||
}
|
||||
|
||||
});
|
||||
}, token);
|
||||
|
||||
resultList = resultList.Any() ? resultList : emptyResults;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue