Skip to content

Commit

Permalink
Update kong/hooks.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Chrono <[email protected]>
  • Loading branch information
ADD-SP and chronolaw committed Mar 31, 2024
1 parent a642d46 commit 0fffe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/hooks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function _M.run_hook(name, a0, a1, a2, a3, a4, a5, ...)

local acc

-- `select` only JIT-table when first argument
-- `select` only JIT-able when first argument
-- is a constant (Has to be positive if used with varg).
local extra_argc = select("#", ...)

Expand Down

0 comments on commit 0fffe27

Please sign in to comment.