You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An upload appears to go ok, but the compile fails with:
ERRORTraceback (most recent call last):
File "./luat", line 298, in
transport.writeln("node.compile("" + args.dest + "")\r")
File "./luat", line 106, in writeln
self.performcheck(data)
File "./luat", line 73, in performcheck
sys.stdout.write("\r\n send string : '%s'" % data)
NameError: global name 'data' is not defined
While I'm aware that node.compile due to out of memory, this appears to be a code error?
The text was updated successfully, but these errors were encountered:
An upload appears to go ok, but the compile fails with:
ERRORTraceback (most recent call last):
File "./luat", line 298, in
transport.writeln("node.compile("" + args.dest + "")\r")
File "./luat", line 106, in writeln
self.performcheck(data)
File "./luat", line 73, in performcheck
sys.stdout.write("\r\n send string : '%s'" % data)
NameError: global name 'data' is not defined
While I'm aware that node.compile due to out of memory, this appears to be a code error?
The text was updated successfully, but these errors were encountered: