mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Use a yellow ⚠ for warnings messages (#2435)
This commit is contained in:
parent
6c26e30c57
commit
599cb08fa4
@ -118,7 +118,7 @@ error() {
|
||||
}
|
||||
|
||||
warn () {
|
||||
msg "${Red}[✘]${Color_off} ${1}${2}"
|
||||
msg "${Yellow}[⚠]${Color_off} ${1}${2}"
|
||||
}
|
||||
# }}}
|
||||
|
||||
|
@ -118,7 +118,7 @@ error() {
|
||||
}
|
||||
|
||||
warn () {
|
||||
msg "${Red}[✘]${Color_off} ${1}${2}"
|
||||
msg "${Yellow}[⚠]${Color_off} ${1}${2}"
|
||||
}
|
||||
# }}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user