typo: wanr_msg -> warn_msg

This commit is contained in:
HZH 2022-04-13 20:28:28 +08:00 committed by GitHub
parent 1388b44f8b
commit 095beb8605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ nvm.min_node() {
local higher_v
if ! command -v node >/dev/null; then
wanr_msg "Node.js is not yet installed"
warn_msg "Node.js is not yet installed"
return 42
fi