From 77e2dea5249aec184c169b2f59e00803a218c554 Mon Sep 17 00:00:00 2001 From: Anita Date: Fri, 26 Feb 2016 17:34:11 +0000 Subject: [PATCH] added one link to error handling see https://github.com/node-girls/workshop-cms/issues/27 --- stretch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stretch.md b/stretch.md index 15ee009..f52b3c4 100644 --- a/stretch.md +++ b/stretch.md @@ -48,3 +48,4 @@ Heroku is good because they have a lot of free options for small-scale apps, lik There's great resources out there for continuing your Node.js journey. Here they are: * [NodeSchool](nodeschool.io) have really great interactive tutorials for all sorts of Node technologies. +* [Error Handling](http://thenodeway.io/posts/understanding-error-first-callbacks/)