Skip to content

Commit 73e0d3a

Browse files
authored
Added more things to the unrequire blacklist
There won't be much benefit in requiring these anyway, they are built into Lua and so won't be re loadable from file and won't save any memory.
1 parent 679550a commit 73e0d3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unrequire.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ local blacklist = {
1616
["term"] = true,
1717
["keyboard"] = true,
1818
["table"] = true,
19+
["string"] = true,
20+
["math"] = true,
1921
}
20-
2122
local function errprint(msg)
2223
io.stderr:write(msg .. "\n")
2324
end

0 commit comments

Comments
 (0)