rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
908 stars 172 forks source link

Ignore any unreadable property in Reconciler:diff #848

Closed kennethloeffler closed 5 months ago

kennethloeffler commented 5 months ago

This PR closes #841 by ignoring any properties in Reconciler:diff that fail to read for any reason. Before, Reconciler:diff would simply exit with an error when it encountered properties that failed to read for an unknown reason.