snapchat://oauth2/authspotify-action://authorize| function(promises, { seq, progress } = {}) { | |
| const results = new Array(promises.length).fill(undefined) | |
| let count = 0 | |
| return new Promise(async (resolve, reject) => { | |
| async function runPromise(promise, i) { | |
| results[i] = await promise | |
| count += 1 |