99 posts
Posted 04 February 2012 - 09:16 PM
Image:
WTF does this mean?
FIX: added a 'return'.
411 posts
Posted 04 February 2012 - 09:20 PM
It means your are trying to add a nil value to a string. A nil value is not "" it literally is a blank piece of data therefor it doesn't play well when trying to add it to something else.
if not (fs.exists("rom/programs/" .. cc))
Thats your nil value, cc isn't defined before it's called.
99 posts
Posted 04 February 2012 - 09:20 PM
I'm still getting that error by putting two sleep(1) in the same line. Problems?
Thanks!
496 posts
Location
Harlem, NY
Posted 05 February 2012 - 07:32 AM
CC-get isn't working on my end, could be his issue..testing