1
0
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:
Aurélien Lajoie 2019-01-08 14:18:01 +01:00 committed by Wang Shidong
parent 6c26e30c57
commit 599cb08fa4
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ error() {
}
warn () {
msg "${Red}[✘]${Color_off} ${1}${2}"
msg "${Yellow}[⚠]${Color_off} ${1}${2}"
}
# }}}

View File

@ -118,7 +118,7 @@ error() {
}
warn () {
msg "${Red}[✘]${Color_off} ${1}${2}"
msg "${Yellow}[⚠]${Color_off} ${1}${2}"
}
# }}}