SaveRegistryToSptFolderPatches
should sanely handle JSON parsing failure
#11
Labels
SaveRegistryToSptFolderPatches
should sanely handle JSON parsing failure
#11
Right now if the JSON file used by
SaveRegistryToSptFolderPatches
gets corrupted in some way, the patch throws an exception breaking startup. We can probably just try/catch any exceptions and use a default empty JObject() in the event parsing fails, since the registry doesn't contain anything super importantThe text was updated successfully, but these errors were encountered: