tejitak / node-cloud-vision-api

Node client for Google Cloud Vision API
112 stars 14 forks source link

Check if there is a response on error in _loadRemote #8

Closed kroleg closed 8 years ago

kroleg commented 8 years ago

Other option will be to .catch() in load() like

this._loadRemote().then(resolve).catch(reject)
tejitak commented 8 years ago

@kroleg Thanks!