mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix around_each hook ordering when at the same level
This commit is contained in:
parent
0f44403053
commit
ff49c674c6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ module Spectator
|
|||
|
||||
# Wrap each hook with the next.
|
||||
outer = procsy
|
||||
@around_hooks.each do |hook|
|
||||
@around_hooks.reverse_each do |hook|
|
||||
outer = hook.wrap(outer)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue