mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Remove compiler warnings
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Wox.Infrastructure
|
||||
{
|
||||
storage = JsonConvert.DeserializeObject<CommonStorage>(json);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
LoadDefaultUserSetting();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user