mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix stylechecks
This commit is contained in:
parent
cb3eea6208
commit
84d519e973
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ function M:entry(job)
|
|||
end
|
||||
|
||||
function M.run_with(cwd, selected, job)
|
||||
local args = {"-m"}
|
||||
local args = { "-m" }
|
||||
|
||||
if job.args.walker then
|
||||
table.insert(args, "--walker="..job.args.walker)
|
||||
table.insert(args, "--walker=" .. job.args.walker)
|
||||
end
|
||||
|
||||
local child, err = Command("fzf")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue