apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
653 stars 165 forks source link

callback javascript errors instead of objects #303

Closed revington closed 2 years ago

revington commented 2 years ago

Overview

When using the callback api, if the connection fails, an object is returned (callback) instead of an error. Why is this a problem: because the error will not have a stack trace.

Testing recommendations

Checklist