Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 11, 2022
2 parents b351a74 + c73c707 commit c06d170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const [, , cmd] = process.argv;

exec(cmd, async (error) => {
if (error) {
console.log(error.message);
await prettierFormatterGitlab(error);
process.exit(1);
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/prettier-formatter-gitlab",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Prettier formatter for the GitLab Code Quality report",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit c06d170

Please sign in to comment.