mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
f427d7084e
commit
8140ba2a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function M.placeholder(err, urls, paths)
|
||||||
end
|
end
|
||||||
|
|
||||||
local updates = {}
|
local updates = {}
|
||||||
for i = 1, math.max(#urls, #paths) do
|
for i = 1, #paths do
|
||||||
updates[urls[i] or paths[i]] = "null/file1-not-found"
|
updates[urls[i] or paths[i]] = "null/file1-not-found"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue