1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Add message

This commit is contained in:
Adria Navarro 2024-04-18 10:53:58 +02:00
parent 8e2fb77823
commit ccbbb2e1ee

View file

@ -2,7 +2,7 @@
# Check if the pro submodule is loaded
if [ ! -d "./packages/pro/src" ]; then
echo "Submodule is not loaded. This is only allowed with loaded submodules."
echo "[ERROR] Submodule is not loaded. This is only allowed with loaded submodules."
exit 1
fi