So, I'm developing a program which uses event.listen(), and debugging them is a pain because of lines like these:
bad argument #1 (string expected, got nil)
How am I supposed to know where the error is when there is no location information? So is there a way to get the full error details somehow?