From 946e3783da9320d55af1eab1e830156801c363eb Mon Sep 17 00:00:00 2001 From: Ben Eggers Date: Wed, 3 Jan 2024 16:09:09 -0800 Subject: [PATCH] fi --- clients/js/genapi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/js/genapi.sh b/clients/js/genapi.sh index c9d4510c349..d6b1d9387ac 100755 --- a/clients/js/genapi.sh +++ b/clients/js/genapi.sh @@ -20,6 +20,7 @@ openapi-generator-plus -c config.yml if [ $? -ne 0 ]; then echo "Generation failed with exit status $?" exit $? +fi if [[ "$OSTYPE" == "darwin"* ]]; then sed -i '' -e '/import "whatwg-fetch";/d' -e 's/window.fetch/fetch/g' src/generated/runtime.ts