refactor(script): Space out error messages correctly (#1)
This commit is contained in:
parent
562ffbdc0f
commit
c23567e2b1
@ -64,7 +64,7 @@ function pprint () {
|
||||
printf -- "${color_lyellow}"'[WARN]'"${color_reset}"' %s\n' "${msg}"
|
||||
;;
|
||||
err)
|
||||
printf -- "${color_red}"'[ERR]'"${color_reset}"' %s\n' "${msg}"
|
||||
printf -- "${color_red}"'[ERR] '"${color_reset}"' %s\n' "${msg}"
|
||||
;;
|
||||
info)
|
||||
printf -- '[INFO] %s\n' "${msg}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user