This commit is contained in:
sxyazi 2024-11-23 13:07:31 +08:00
parent c66f7f9e1f
commit e767a34d3e
No known key found for this signature in database

View file

@ -64,7 +64,7 @@ function M.spawn_7z(args)
end
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
return child, last_error
end