Don't close the pane if the platform is not supported

This commit is contained in:
Ferran Basora 2022-02-05 11:38:25 +00:00
parent b56e9f1099
commit 13b5217354

View File

@ -93,6 +93,8 @@ select opt in "Compile" "Download"; do
;;
*)
echo "❌ Unknown platform: ${platform}"
read -rs -n 1
echo " Press any key to close this pane..."
exit 1
;;
esac