Skip to content

Commit a32fb29

Browse files
authored
Update the blacklist for unrequire
When testing the unrequire tool on OpenOS 1.6.1, I found that it could unload things that broke OpenOS, so I used a process of elimination to find out what not to unload. It seems to work.
1 parent 08ea5e5 commit a32fb29

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

unrequire.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ local blacklist = {
99
["shell"] = true,
1010
["package"] = true,
1111
["process"] = true,
12+
["unicode"] = true,
13+
["computer"] = true,
14+
["component"] = true,
15+
["_G"] = true,
16+
["term"] = true,
17+
["keyboard"] = true
1218
}
1319

1420
local function errprint(msg)

0 commit comments

Comments
 (0)