gurpsdomain / GurpsyMcGurpsFace

A (not yet) fully functional webbrowser based Gurps Character Sheet Editor
https://gurpsdomain.github.io/GurpsyMcGurpsFace/
4 stars 0 forks source link

Add Try/Catch around serialization. #34

Closed meronbrouwer closed 7 years ago

meronbrouwer commented 7 years ago

The serialization now fails if the object in local storage differs from the latest model in the application. Because of this the whole application fails.

We should add a try/catch around the parts that perform serialization. This we can deal with wrong locally stored models.

meronbrouwer commented 7 years ago

Done for the settings.