You'll notice
Fixed a bug where a malformed AskUserQuestion entry's error message showed the wrong value
What
When AskUserQuestion receives input containing a question entry that isn't a properly formed object, the diagnostic message shown now correctly stringifies the actual malformed entry, instead of an unrelated variable left over from an outer loop.
Why
This makes the "[malformed question entry]" diagnostic actually show the problematic data, making it easier to see what was wrong with the input.