Fix numerous web search plugin bugs
This commit is contained in:
bao-qian
2016-04-26 02:40:23 +01:00
parent fc2d7b41d8
commit 57c33fe693
11 changed files with 132 additions and 103 deletions

View File

@@ -73,13 +73,13 @@ namespace Wox.Infrastructure.Storage
}
catch (SerializationException e)
{
Log.Error(e);
LoadDefault();
Log.Error(e);
}
catch (InvalidCastException e)
{
Log.Error(e);
LoadDefault();
Log.Error(e);
}
finally
{