summaryrefslogtreecommitdiff
path: root/script/vm/library.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/library.lua')
-rw-r--r--script/vm/library.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/library.lua b/script/vm/library.lua
index 1a8d8ffd..49f7adb0 100644
--- a/script/vm/library.lua
+++ b/script/vm/library.lua
@@ -22,7 +22,7 @@ local globalLibraryNames = {
'setmetatable', 'tonumber', 'tostring', 'type', '_VERSION',
'warn', 'xpcall', 'require', 'unpack', 'bit32', 'coroutine',
'debug', 'io', 'math', 'os', 'package', 'string', 'table',
- 'utf8',
+ 'utf8', 'newproxy',
}
local globalLibraryNamesMap
function vm.isGlobalLibraryName(name)