fix: lua 5.1 compatibility

This commit is contained in:
sxyazi 2023-10-18 09:39:03 +08:00
parent 0945d780eb
commit b46a8663b6
No known key found for this signature in database

View File

@ -1,3 +1,5 @@
table.unpack = table.unpack or unpack
utils = utils or {}
function utils.flat(t)