Add message

This commit is contained in:
Adria Navarro 2024-04-18 10:53:58 +02:00
parent 8e2fb77823
commit ccbbb2e1ee
1 changed files with 1 additions and 1 deletions

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