io.write errors point to io.lua:125 instead of in the program that caused the error
fatboychummy opened this issue ยท 0 comments
Running minecraft 1.12.2, CC:T version 1.86.0
I expected to get an error message saying what line in my program I've screwed up, so I can easily debug it.
However, the error for io.write when something incorrect is passed is always:
which causes me to be sad as I search through a 3000 line program for the one io.write that is messing up.