Remove useless comment

This commit is contained in:
Jack251970 2024-11-23 21:32:42 +08:00
parent 6e4f6e2abf
commit 4e3fd84f06

View file

@ -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;