module.exports=async o=>{Promise.all(o).catch((()=>{}));const s=[];for(const t of o)s.push(await t);return s};