Comparing version 0.6.1 to 0.6.2
@@ -66,2 +66,4 @@ "use strict"; | ||
console.error(chalk_1.default `\n {red.inverse.bold Failed! } An error occurred:\n\n`, error.toString()); | ||
if (error.stderr) | ||
console.error('\n', error.stderr); | ||
process.exit(1); | ||
@@ -68,0 +70,0 @@ }); |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "scripts": { |
19553377
552