tmp fix to shit

This commit is contained in:
2025-06-30 18:17:25 +02:00
parent 5184d880fa
commit b7b1b9acbf
4 changed files with 22 additions and 5 deletions

View File

@@ -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")