mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
c66f7f9e1f
commit
e767a34d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function M.spawn_7z(args)
|
||||||
end
|
end
|
||||||
|
|
||||||
if not child then
|
if not child then
|
||||||
return ya.err("Both `7z` and `7zz` failed, error code: " .. tostring(last_error))
|
return ya.err("Starting both `7z` and `7zz` failed, error code: " .. tostring(last_error))
|
||||||
end
|
end
|
||||||
return child, last_error
|
return child, last_error
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue