When changing the single quote in the error back to a double quote, the following error occurs.
lx / parse / error / `.luxe/.luxe.versions/game.wren.version.lx line 21:58 Unexpected '"'! (error 2)`
Viewing the corresponding file will see the string information of Error lacks proper escape processing.
message = "Wren strings use double quotes, "like this", single quote is not supported."
luxe-version:2025.11.1
