mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update 2026-03-13
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--- @since 25.12.29
|
||||
--- @since 26.1.22
|
||||
|
||||
local selected_or_hovered = ya.sync(function()
|
||||
local tab, paths = cx.active, {}
|
||||
@@ -37,7 +37,7 @@ return {
|
||||
return
|
||||
end
|
||||
|
||||
local output, err = Command("chmod"):arg(value):arg(urls):stderr(Command.PIPED):output()
|
||||
local output, err = Command("chmod"):arg(value):arg(urls):output()
|
||||
if not output then
|
||||
fail("Failed to run chmod: %s", err)
|
||||
elseif not output.status.success then
|
||||
|
||||
Reference in New Issue
Block a user