mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 13:53:03 +00:00
promise_tech: disable unnecessary luacheck errors
This commit is contained in:
parent
0ca3842b40
commit
514a9346ac
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ local f = function(val) end
|
||||||
-- Table tweaks (because this is for Minetest)
|
-- Table tweaks (because this is for Minetest)
|
||||||
--- @class table
|
--- @class table
|
||||||
local table = table
|
local table = table
|
||||||
|
-- @diagnostic disable-next-line
|
||||||
if not table.unpack then table.unpack = unpack end
|
if not table.unpack then table.unpack = unpack end
|
||||||
|
-- @diagnostic disable-next-line
|
||||||
table.join = function(tbl, sep)
|
table.join = function(tbl, sep)
|
||||||
local function fn_iter(tbl,sep,i)
|
local function fn_iter(tbl,sep,i)
|
||||||
if i < #tbl then
|
if i < #tbl then
|
||||||
|
|
Loading…
Reference in a new issue