You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some stack tracing on this one. The 2nd error is arising for the regular console output code path too, but the len check in the following block hides it from any form of output.
It seems to be an incidental happenstance that errors with blank messages are skipped over in the regular version, and the json_errors() version has merely revealed the oddity of this occurring. I'm assuming the blank 2nd error is the true error here and not that the JSON version lacks a guard against this.
Context
For the following erroneous program, Odin reports a second, blank error message on the same line.
The text was updated successfully, but these errors were encountered: