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
feat: ensure we always process add-ons the same order (#410)
* feat: ensure we always process add-ons the same order
maps does not guarantee we are going to read the properties in the same
order they are created. use an slice of add-ons instead.
* feat: print add name instead of type (error)
0 commit comments