michaelleeallen / reducto

A small module that aims to reduce the amount of code needed to create apps with a distributed back end in express.js

Home Page:http://michaelleeallen.github.io/reducto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Error Handling to Service Calls

michaelleeallen opened this issue · comments

In lib/service.js there is no code for catching service call errors. These errors should be caught then passed back to the application via next(error).