aseemk / node-neo4j-template

A template app for using Neo4j from Node.js.
http://node-neo4j-template.herokuapp.com/
216 stars 91 forks source link

On users page, db error should propagate #3

Closed aseemk closed 10 years ago

aseemk commented 12 years ago

/users shows "no users currently" if it can't reach the database. That shouldn't be the case; it should propagate the error. Is this a bug in the node-neo4j lib? Or something we're doing wrong here?