Update core.func
This commit is contained in:
parent
06d7827724
commit
9f7d32c6ff
@ -448,7 +448,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" "$HOURGLASS" "${YW}${msg}${CL}" >&2
|
printf "\r\e[2K%s %b" "$HOURGLASS" "${YW}${msg}${CL}" >&2
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user