async-handlers
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -9,3 +9,3 @@ // Generated by CoffeeScript 1.9.3 | ||
if (err) { | ||
console.error(clc.red(err)); | ||
console.error(clc.red(err.toString())); | ||
return process.exit(1); | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "async-handlers", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Function factories for performing synchronous operations after asynchronous operations", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
3038