There is an annoying problem that I can't figure out why it's happening. I have defined a usage for a my function tensorA:

Then when I run ?tensorA I get gibberish:

But if I run the same code a second time, it works as intended.

Is this problem known? Why do I need to run the ?tensorA twice for it to display properly? What can I do to fix this?