mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-15 23:33:16 +00:00

If someone had a recursive table (created with an IIFE), then we'd throw an error inside reserialize. We now catch this error and silently drop the value. I'm not thrilled by this behaviour - there's an argument we should return false instead - but it's consistent with what we currently do. Closes #1337.