substance / notes

Real-time collaborative notes editing.
Other
21 stars 5 forks source link

Something is wrong with error handler in server.js #27

Closed michael closed 8 years ago

michael commented 8 years ago
function errorHandler(err, req, res) {
  res.status(500);
  res.send(err.message);
}

res.status is not a function it says. Please investigate and fix.

Integral commented 8 years ago

we don't need it