Mercurial > prosody-hg
diff util/envload.lua @ 7735:1502ec4f3cbe
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 21 Nov 2016 02:40:47 +0100 |
| parents | da54ad64f6da |
| children | 8487fe9fc335 |
line wrap: on
line diff
--- a/util/envload.lua Sat Nov 19 17:37:52 2016 +0100 +++ b/util/envload.lua Mon Nov 21 02:40:47 2016 +0100 @@ -4,6 +4,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- luacheck: ignore 113/setfenv local load, loadstring, loadfile, setfenv = load, loadstring, loadfile, setfenv; local envload;
