if (color) {
          console.log(chalk.gray("in: ") + chalk.green(cmp.path))
        } else {
          console.log(`in: ${ cmp.path }`)
        }