Skip to content

Commit 679550a

Browse files
authored
Add table to the unrequire blacklist
I ran into this breaking things, kinda surprising considering that you don't need to require it. Anyway, since there's no way for OpenOS to find it again (even though it still exists), it's on the blacklist.
1 parent a32fb29 commit 679550a

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
@@ -14,7 +14,8 @@ local blacklist = {
1414
["component"] = true,
1515
["_G"] = true,
1616
["term"] = true,
17-
["keyboard"] = true
17+
["keyboard"] = true,
18+
["table"] = true,
1819
}
1920

2021
local function errprint(msg)

0 commit comments

Comments
 (0)