Skip to content

Commit c06d170

Browse files
committed
Merge branch 'hotfix/1.1.2'
2 parents b351a74 + c73c707 commit c06d170

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/prettier-formatter-gitlab",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A Prettier formatter for the GitLab Code Quality report",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)