mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
add nonnull check
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Wox.Infrastructure.Storage
|
||||
{
|
||||
try
|
||||
{
|
||||
_data = JsonConvert.DeserializeObject<T>(searlized, _serializerSettings);
|
||||
_data = JsonConvert.DeserializeObject<T>(searlized, _serializerSettings).NonNull();
|
||||
}
|
||||
catch (JsonSerializationException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user