diff options
Diffstat (limited to 'etc/strict.lua')
| -rw-r--r-- | etc/strict.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/strict.lua b/etc/strict.lua index 604619dd..5ce1aa85 100644 --- a/etc/strict.lua +++ b/etc/strict.lua @@ -6,6 +6,7 @@ -- anywhere or assigned to inside a function. -- +require"debug" local getinfo, error, rawset, rawget = debug.getinfo, error, rawset, rawget local mt = getmetatable(_G) |
