async initializing()

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


  async initializing() {
    this.props = {};
    if (this.options.templatePath) {
      this.sourceRoot(this.options.templatePath)
    }
  }