Comparing version
@@ -0,1 +1,5 @@ | ||
0.2.2 / 2012-08-08 | ||
------------------ | ||
* Fixed regression with came up with the introduction of the `error` method. | ||
0.2.1 / 2012-08-07 | ||
@@ -2,0 +6,0 @@ ------------------ |
@@ -47,3 +47,3 @@ // Generated by CoffeeScript 1.3.3 | ||
var idx; | ||
if ((err != null) && (this.errorFunc != null)) { | ||
if ((err != null) && err instanceof Error && (this.errorFunc != null)) { | ||
this.errorFunc(err); | ||
@@ -50,0 +50,0 @@ return; |
@@ -5,3 +5,3 @@ { | ||
"description": "A simple control-flow library for Node.js targetted towards CoffeeScript developers.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/jprichardson/node-nextflow", | ||
@@ -8,0 +8,0 @@ "keywords": ["async", "seq", "step", "asynchronous", "sequential", "control", "flow", "coffee", "coffee-script", "coffeescript"], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15079
3.08%