tmp fix to shit
This commit is contained in:
@@ -8,9 +8,7 @@ local function copy(v, p)
|
||||
end
|
||||
if p then
|
||||
for key, val in pairs(p) do
|
||||
if not rawget(t, key) then
|
||||
t[key] = copy(val)
|
||||
end
|
||||
t[key] = copy(val)
|
||||
end
|
||||
end
|
||||
return t
|
||||
@@ -434,6 +432,8 @@ sandbox = {
|
||||
}
|
||||
sandbox._G = sandbox
|
||||
|
||||
print("oh gosh", sandbox.unicode.sub("abc", 1, 0))
|
||||
|
||||
local function bootstrap()
|
||||
local eeprom = libcomponent.list("eeprom")()
|
||||
assert(eeprom, "no eeprom")
|
||||
|
||||
Reference in New Issue
Block a user