mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
promise.lua: add luacheck directive
This commit is contained in:
parent
30e154944d
commit
9761fec6e7
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ end
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
---@diagnostic disable-next-line
|
||||||
local do_unpack = unpack
|
local do_unpack = unpack
|
||||||
if not do_unpack then do_unpack = table.unpack end
|
if not do_unpack then do_unpack = table.unpack end
|
||||||
if not do_unpack then
|
if not do_unpack then
|
||||||
|
|
Loading…
Reference in a new issue