mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Move namespace
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Wox.Infrastructure.Storage
|
||||
{
|
||||
serializedObject = JsonConvert.DeserializeObject<T>(json);
|
||||
}
|
||||
catch (Exception)
|
||||
catch (System.Exception)
|
||||
{
|
||||
serializedObject = LoadDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user