From 15e3df35ac90a43a8cb7ed0e623be51e4419b04a Mon Sep 17 00:00:00 2001 From: DarshanBPatel Date: Wed, 30 Oct 2024 15:58:50 +0530 Subject: [PATCH] feat: remain windows support --- scripts/windows_setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/windows_setup.sh b/scripts/windows_setup.sh index 3af4a9358..0b33edb74 100644 --- a/scripts/windows_setup.sh +++ b/scripts/windows_setup.sh @@ -49,6 +49,8 @@ build_component() { change_directory - > /dev/null else echo "✗ $name directory not found: $dir" + exit 1 + fi } echo "1. Updating submodules"