mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-24 14:42:24 +01:00
promise.lua: add luacheck directive
This commit is contained in:
parent
30e154944d
commit
9761fec6e7
@ -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 New Issue
Block a user