Emanuel Arias

Results 2 comments of Emanuel Arias

You can do this ugly workarround ``` javascript Promise.resolve() .then( () => { return (async () => { try { return await download('https://www.ahostnotexisttddddd.com.hk', { timeout: 100 }) } catch (err)...