made tablex relative require consistent with other modules

This commit is contained in:
Max Cahill 2021-11-11 13:42:03 +11:00
parent 0629e349a4
commit 8aa6107056

View File

@ -6,7 +6,7 @@
--so it works "as if" it was the global table api --so it works "as if" it was the global table api
--upgraded with these routines --upgraded with these routines
local path = (...):gsub(".tablex", ".") local path = (...):gsub("tablex", "")
local assert = require(path .. "assert") local assert = require(path .. "assert")
local tablex = setmetatable({}, { local tablex = setmetatable({}, {