Update core.func

This commit is contained in:
CanbiZ 2025-05-15 15:49:03 +02:00
parent f50126511a
commit b94f384c7b

View File

@ -9,6 +9,12 @@
# }
# fi
if ! declare -f wait_for >/dev/null; then
wait_for() {
true
}
fi
declare -A MSG_INFO_SHOWN=()
SPINNER_PID=""
SPINNER_ACTIVE=0