Comparing version 0.1.8 to 0.1.9
@@ -129,6 +129,6 @@ #!/usr/bin/env node | ||
if (lines[1].includes('at Object.test')) { | ||
console.log(concolor` Error: ${e.message}(b,red)`); | ||
console.log(concolor` ${'Error: ' + e.message}(b,red)`); | ||
} else { | ||
const stack = lines.filter(s => !s.includes('hpw.js')).join('\n '); | ||
console.log(concolor` Error: ${stack}(b,red)`); | ||
console.log(concolor` ${stack}(b,red)`); | ||
} | ||
@@ -135,0 +135,0 @@ } |
{ | ||
"name": "hpw", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Labs Auto Checker", |
13529