uncomment exception

This commit is contained in:
弘韬 张 2021-02-16 11:27:12 +08:00
parent 307cb305f0
commit 2bc290a302

View file

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