Skip to content

Commit

Permalink
fix: exit code (#1336)
Browse files Browse the repository at this point in the history
* fix: exit with correct code

* chore: fix engine version in package lock

---------

Co-authored-by: Gergely Pap <5883922+gergelypap@users.noreply.github.com>
  • Loading branch information
gergelypap and gergelypap committed Jan 25, 2024
1 parent 513c2c9 commit 6464059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion husky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ c=$?

[ $c != 0 ] && echo "husky - $h script failed (code $c)"
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH"
exit 1
exit $c
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.

0 comments on commit 6464059

Please sign in to comment.