Update core.func

This commit is contained in:
CanbiZ 2025-06-19 13:11:35 +02:00
parent 9938fc3d66
commit 2e02c607c7

View File

@ -446,7 +446,7 @@ msg_info() {
if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then
start_spinner "$msg" start_spinner "$msg"
else else
printf "\r\e[2K%s %b\n" "⏳" "${YW}${msg}${CL}" >&2 printf "\r\e[2K%s %b" "⏳" "${YW}${msg}${CL}" >&2
fi fi
} }