提交 11d37225 编写于 作者: fxy060608's avatar fxy060608

fix(cli): remove check-update error log

上级 63ba908c
......@@ -18,7 +18,7 @@ module.exports = async function checkUpdate () {
}
update = await checkForUpdate(pkg, options)
} catch (err) {
console.error(`检查更新失败: ${err}`)
// console.error(`检查更新失败: ${err}`)
}
if (update) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册