Skip to content

Commit 2bc290a

Browse files
committed
uncomment exception
1 parent 307cb30 commit 2bc290a

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch/SuggestionSources

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SuggestionSources/Google.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override async Task<List<string>> Suggestions(string query, CancellationT
3333
}
3434
catch (HttpRequestException e)
3535
{
36-
// Log.Exception("|Google.Suggestions|Can't get suggestion from google", e);
36+
Log.Exception("|Google.Suggestions|Can't get suggestion from google", e);
3737
return new List<string>();
3838
}
3939
catch (JsonException e)

0 commit comments

Comments
 (0)