Update 2026-03-13

This commit is contained in:
2026-03-13 14:57:50 +02:00
parent b97f7aaf4a
commit 75f8df8582
35 changed files with 2158 additions and 1134 deletions

View File

@@ -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