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
When we gather the plugins, we go through two list comprehensions,
but call them each time. So on the second pass, the plugins that
were called the first time can't be called again. This change
makes it so that all fo the plugins are called together in the
second list comprehension.
0 commit comments