mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 06:04:35 +00:00
made tablex relative require consistent with other modules
This commit is contained in:
parent
0629e349a4
commit
8aa6107056
@ -6,7 +6,7 @@
|
||||
--so it works "as if" it was the global table api
|
||||
--upgraded with these routines
|
||||
|
||||
local path = (...):gsub(".tablex", ".")
|
||||
local path = (...):gsub("tablex", "")
|
||||
local assert = require(path .. "assert")
|
||||
|
||||
local tablex = setmetatable({}, {
|
||||
|
Loading…
Reference in New Issue
Block a user