1
0

fix: return def color after print warning

This commit is contained in:
GenZmeY 2022-06-15 20:55:42 +03:00
parent 02222cf453
commit 3b32e9f14f

View File

@ -188,7 +188,7 @@ function die () # $1: String, $2: Exit code
function warn () # $1: String
{
msg "${YLW}${1-}"
msg "${YLW}${1-}${DEF}"
}
function usage ()