Skip to content

Commit 4e3fd84

Browse files
committed
Remove useless comment
1 parent 6e4f6e2 commit 4e3fd84

File tree

1 file changed

+2
-2
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
7575
}
7676
catch (OperationCanceledException)
7777
{
78-
// Fix #3091: System.OperationCanceledException Issue
78+
Log.Warn("|Flow.Launcher.Plugin.Program.Main|Query operation cancelled");
7979
return emptyResults;
8080
}
8181

82-
});
82+
}, token);
8383

8484
resultList = resultList.Any() ? resultList : emptyResults;
8585

0 commit comments

Comments
 (0)