We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598a008 commit c73c707Copy full SHA for c73c707
bin/cli.js
@@ -6,6 +6,7 @@ const [, , cmd] = process.argv;
6
7
exec(cmd, async (error) => {
8
if (error) {
9
+ console.log(error.message);
10
await prettierFormatterGitlab(error);
11
process.exit(1);
12
}
0 commit comments