Skip to content

Commit

Permalink
chore: 更新 2.0 版本提示语
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Jan 9, 2020
1 parent 3430c1e commit 6e06e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/src/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export function printVersionTip () {
remindVersion = fs.readJSONSync(remindVersionFilePath)
}
if (remindVersion.remindTimes < 5) {
console.log(chalk.red('当前您正在使用 2.0 beta 版本,请先执行 taro doctor 确保编译配置正确'))
console.log(chalk.red('当前您正在使用 2.0 版本,请先执行 taro doctor 确保编译配置正确'))
console.log(chalk.red('如出现令你束手无策的问题,请使用 taro update 命令更新到你指定的稳定版本'))
remindVersion.remindTimes++
fs.writeFileSync(remindVersionFilePath, JSON.stringify(remindVersion))
Expand Down

0 comments on commit 6e06e19

Please sign in to comment.