Fix error in ltn12 under Lua 5.3
This commit is contained in:
parent
83880dbed7
commit
a7f21e8ec4
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
-----------------------------------------------------------------------------
|
||||
local string = require("string")
|
||||
local table = require("table")
|
||||
local unpack = unpack or table.unpack
|
||||
local base = _G
|
||||
local _M = {}
|
||||
if module then -- heuristic for exporting a global package table
|
||||
|
|
Loading…
Add table
Reference in a new issue