Interesting error here.
When I go to print using system.perspective.print()
This works:

But this does not:

Both of these are a script event being executed by a button using "onActionPerformed"
When I only have one print statement, I get outputs to the browser console, such as this:
But when I add any other print statement, nothing happens, and there are no browser messages at all.
Any idea what is going on?

