Skip to content

Commit c73c707

Browse files
committed
Print error message to the console
1 parent 598a008 commit c73c707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const [, , cmd] = process.argv;
66

77
exec(cmd, async (error) => {
88
if (error) {
9+
console.log(error.message);
910
await prettierFormatterGitlab(error);
1011
process.exit(1);
1112
}

0 commit comments

Comments
 (0)