Skip to content

Instantly share code, notes, and snippets.

/**
* Trying out different code approaches to break out of a
* deep callback chain in node.js
*
*/
/**
* TEST #1 - Using a try/catch block
*/
(function (throwError) {