Add message
This commit is contained in:
parent
8e2fb77823
commit
ccbbb2e1ee
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Check if the pro submodule is loaded
|
# Check if the pro submodule is loaded
|
||||||
if [ ! -d "./packages/pro/src" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue