Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function installAll () {
let downloads = [];
for (let [platform, arch] of getPlatforms()) {
downloads.push(installForPlatform(CD_VER, platform, arch));
}
await ll(downloads);
}