async _validateGitLab()

in packages/build-tools/console-toolkit-plugin-xconsole/generators/xconsole/index.js [79:84]


  async _validateGitLab(input, { answers }) {
    if (input === '') {
      return '项目的名称不能为空'
    }
    return true
  }