luatool
luatool copied to clipboard
Failure to compile code
An upload appears to go ok, but the compile fails with:
ERRORTraceback (most recent call last):
File "./luat", line 298, in
I found this too. I think that the problem is in line I got this too. When a send error happens we enter a block with an error.
Maybe line 71
expected = expected.split("\r")[0]
should be
data = expected.split("\r")[0]