Skip to content

Commit

Permalink
put exit code back
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Oct 11, 2024
1 parent cb9d684 commit f73c875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/applyPatches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ if [ "$EXIT_CODE" -eq 0 ]; then
else
# patch-package failed
error "patch-package failed to apply a patch"
exit "$EXIT_CODE"
fi

0 comments on commit f73c875

Please sign in to comment.