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