Skip to content

Commit

Permalink
style: resolve unused argument warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 24, 2024
1 parent d1853f4 commit 85781a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cord/update/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local function build(callback)
'--root',
require('cord.util.file_manager').get_data_path(),
},
}, function(code, signal)
}, function(code, _)
if code ~= 0 then
stderr:close()
handle:close()
Expand Down

0 comments on commit 85781a2

Please sign in to comment.