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
fix(checkPluginsUpdate): Not All Plugins Status due to Promise.all Rejection (#1080)
Attempts to Fix were All Plugins Statuses are not Fetched(if a promise rejects) Due to usage of 'Promise.all'(it rejects when any of the input's promises rejects, with this first rejection reason.)
0 commit comments