Skip to content

Commit

Permalink
okay okay okay genapi actually exits correctly now
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Jan 4, 2024
1 parent 946e378 commit d85c3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/js/genapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fi
openapi-generator-plus -c config.yml

if [ $? -ne 0 ]; then
echo "Generation failed with exit status $?"
exit $?
echo "Generation failed"
exit 1
fi

if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down

0 comments on commit d85c3ef

Please sign in to comment.