Skip to content

Instantly share code, notes, and snippets.

@RickEyre
Created March 22, 2016 15:35
Show Gist options
  • Save RickEyre/9ff54cc921c6be488b23 to your computer and use it in GitHub Desktop.
Save RickEyre/9ff54cc921c6be488b23 to your computer and use it in GitHub Desktop.
Error Handler
server.use((error, req, res, next) => {
console.log(error.stack);
next(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment