Emanuel Arias
Results
2
comments of
Emanuel Arias
Same here!
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)...