Add log for storage crashing

This commit is contained in:
qianlifeng
2015-02-10 23:48:09 +08:00
parent e767cee4c0
commit 815d911143
4 changed files with 5 additions and 9 deletions

View File

@@ -56,8 +56,9 @@ namespace Wox.Infrastructure.Storage
}
}
}
catch (Exception)
catch (Exception e)
{
Log.Error(e);
serializedObject = LoadDefault();
#if (DEBUG)
{