deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.9k stars 393 forks source link

fix(checkPluginsUpdate): Not All Plugins Status due to `Promise.all` Rejection #1080

Closed UnschooledGamer closed 5 days ago

UnschooledGamer commented 5 days ago

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.)