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