Skip to content

Commit f9e237a

Browse files
committed
fix: error log
1 parent fd8973b commit f9e237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ module.exports = {
245245
show({ summary });
246246
} catch (error) {
247247
console.error(error.details);
248-
failBuild('', { error: new Error(error.message) });
248+
failBuild(`${chalk.red('Failed with error:\n')}${error.message}`);
249249
}
250250
},
251251
};

0 commit comments

Comments
 (0)