mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
uncomment exception
This commit is contained in:
parent
307cb305f0
commit
2bc290a302
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace Flow.Launcher.Plugin.WebSearch.SuggestionSources
|
|||
}
|
||||
catch (HttpRequestException e)
|
||||
{
|
||||
// Log.Exception("|Google.Suggestions|Can't get suggestion from google", e);
|
||||
Log.Exception("|Google.Suggestions|Can't get suggestion from google", e);
|
||||
return new List<string>();
|
||||
}
|
||||
catch (JsonException e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue