open-source-uc / sincding

Download your Siding files
https://www.npmjs.com/package/sincding
MIT License
24 stars 3 forks source link

Handle connection error on download file #14

Closed negebauer closed 7 years ago

negebauer commented 7 years ago

When a file downloads fails (ex connection stops)the program fails Instead, it should check for the error on the download request and handle it

If it's a connection error, print a message to retry the program If another, log it

For this, download file request should be in a promise with a default catch

negebauer commented 7 years ago

Error is being handled in #19