I tried running my currency grant code today just to find out that I can no longer paste it into the developer console. Apparently you can’t paste anything that has the “newline” symbol in it. Same goes for regular chat.
Repro:
- Copy this:
print(1)
print(2)
- Try pasting it into the chat or developer console
- Try pasting this now:
print(1) print(2)