mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-19 14:51:42 +03:00
fix: lua 5.1 compatibility
This commit is contained in:
parent
0945d780eb
commit
b46a8663b6
@ -1,3 +1,5 @@
|
||||
table.unpack = table.unpack or unpack
|
||||
|
||||
utils = utils or {}
|
||||
|
||||
function utils.flat(t)
|
||||
|
Loading…
Reference in New Issue
Block a user