mirror of
https://github.com/kepler155c/opus
synced 2025-12-23 00:06:59 +00:00
Update json.lua
This commit is contained in:
@@ -39,7 +39,8 @@ if register_global_module_table then
|
|||||||
_G[global_module_name] = json
|
_G[global_module_name] = json
|
||||||
end
|
end
|
||||||
|
|
||||||
local _ENV = nil -- blocking globals in Lua 5.2
|
-- this was incompatible because we use fs later
|
||||||
|
--local _ENV = nil -- blocking globals in Lua 5.2
|
||||||
|
|
||||||
pcall (function()
|
pcall (function()
|
||||||
-- Enable access to blocked metatables.
|
-- Enable access to blocked metatables.
|
||||||
|
|||||||
Reference in New Issue
Block a user