Improve log info

This commit is contained in:
Jack251970 2025-05-04 22:05:57 +08:00
parent 51fb1515a0
commit 197316397a

View file

@ -1215,7 +1215,7 @@ namespace Flow.Launcher.ViewModel
{
_updateSource?.Cancel();
App.API.LogDebug(ClassName, $"Start query with text: {QueryText}");
App.API.LogDebug(ClassName, $"Start query with text: <{QueryText}>");
var query = await ConstructQueryAsync(QueryText, Settings.CustomShortcuts, Settings.BuiltinShortcuts);