From 11d37225319a56b2e6b9474530b5fd648398d265 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Mon, 26 Aug 2019 11:50:48 +0800 Subject: [PATCH] fix(cli): remove check-update error log --- packages/vue-cli-plugin-uni/lib/check-update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-cli-plugin-uni/lib/check-update.js b/packages/vue-cli-plugin-uni/lib/check-update.js index 90059471c..317dae0ce 100644 --- a/packages/vue-cli-plugin-uni/lib/check-update.js +++ b/packages/vue-cli-plugin-uni/lib/check-update.js @@ -18,7 +18,7 @@ module.exports = async function checkUpdate () { } update = await checkForUpdate(pkg, options) } catch (err) { - console.error(`检查更新失败: ${err}`) + // console.error(`检查更新失败: ${err}`) } if (update) { -- GitLab