diff --git a/promise.lua b/promise.lua index 6f30ef1..caf5230 100644 --- a/promise.lua +++ b/promise.lua @@ -27,6 +27,7 @@ end ------------------------------------------------------------------------ +---@diagnostic disable-next-line local do_unpack = unpack if not do_unpack then do_unpack = table.unpack end if not do_unpack then