mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-22 23:31:05 +00:00
fix: lua 5.1 compatibility
This commit is contained in:
parent
0945d780eb
commit
b46a8663b6
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
table.unpack = table.unpack or unpack
|
||||
|
||||
utils = utils or {}
|
||||
|
||||
function utils.flat(t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue