mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.logger: Import globals (fixes on Lua 5.2)
This commit is contained in:
parent
43b814a83b
commit
731b153dd2
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
-- luacheck: ignore 213/level
|
||||
|
||||
local pairs = pairs;
|
||||
local ipairs = ipairs;
|
||||
local require = require;
|
||||
|
||||
local _ENV = nil;
|
||||
-- luacheck: std none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue