mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Don't close the pane if the platform is not supported
This commit is contained in:
parent
b56e9f1099
commit
13b5217354
@ -93,6 +93,8 @@ select opt in "Compile" "Download"; do
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "❌ Unknown platform: ${platform}"
|
echo "❌ Unknown platform: ${platform}"
|
||||||
|
read -rs -n 1
|
||||||
|
echo " Press any key to close this pane..."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user