You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment hooks are iterated over with pairs(), which is unordered.
This means that hooks are not fired in a consistent order; and therefore that returning true to stop further processing isn't useful.
The text was updated successfully, but these errors were encountered:
At the moment hooks are iterated over with
pairs()
, which is unordered.This means that hooks are not fired in a consistent order; and therefore that returning
true
to stop further processing isn't useful.The text was updated successfully, but these errors were encountered: