Need to revise and improve error reporting in callbacks as well as exception handling in all Stardog.js functions. Error reporting in callbacks should follow the common JS style as: ``` function cb (err, result) ```
Need to revise and improve error reporting in callbacks as well as exception handling in all Stardog.js functions.
Error reporting in callbacks should follow the common JS style as: