Skip to content

Commit

Permalink
update config according to sxyazi/yazi#1966
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Nov 29, 2024
1 parent 600f87c commit d9b722a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 194,8 @@ local delete_all_bookmarks = ya.sync(function(state)
end)

return {
entry = function(_, args)
local action = args[1]
entry = function(_, job)
local action = job.args[1]
if not action then
return
end
Expand Down

0 comments on commit d9b722a

Please sign in to comment.