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
the main issue is the logic to ensure that global is the first element in @globals, but doing an unshift to add global, and a push for the the ones with global=true should also garantee that. it's a bit odd
issue is on L139
if (@globals) {
->if (@globals || $overallglobal) {
The text was updated successfully, but these errors were encountered: