This command:
print(debug.traceback())
Now prints:
Stack BeginScript 'print(debug.traceback())', Line 1Stack End
I’m pretty sure it used to print:
Stack Begin
Script 'print(debug.traceback())', Line 1
Stack End
I use the newlines in debug.traceback to slice out irrelevant information when debugging. I think the behavior is still normal in the live game.