We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679550a commit 73e0d3aCopy full SHA for 73e0d3a
1 file changed
unrequire.lua
@@ -16,8 +16,9 @@ local blacklist = {
16
["term"] = true,
17
["keyboard"] = true,
18
["table"] = true,
19
+ ["string"] = true,
20
+ ["math"] = true,
21
}
-
22
local function errprint(msg)
23
io.stderr:write(msg .. "\n")
24
end
0 commit comments