Great add-on, I wanted something like that👍️
It seems that an error occurs if the console contains special strings, maybe the cause is interference with some add-ons I have so I think it doesn’t usually happen.
I changed “args” to “map(str, args)” in lines 17 and 21 and that solved the problem.
Thanks for your feedback.
I see, I forgot the possibility of giving other things than only strings to print which should have caused that.
Fixed it in the new version.