adding tab
This commit is contained in:
parent
40f4926f60
commit
7b7001cf70
@ -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" "⏳" "${YW}${msg}${CL}" >&2
|
printf "\r\e[2K%s %b"${TAB}"" "⏳" "${YW}${msg}${CL}" >&2
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user