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