You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chalk.bold(chalk.red('PREVIEW'))+chalk.grey(' File to be omitted for ')+chalk.bold(chalk.green(omitted.chunkName))+' : '+chalk.bold(chalk.green(omitted.filename))
36
-
);
34
+
console.log(chalk.bold(chalk.red('PREVIEW'))+chalk.grey(' File to be omitted for ')+chalk.bold(chalk.green(omitted.chunkName))+' : '+chalk.bold(chalk.green(omitted.filename)));
37
35
}else{
38
-
this.options.verbose&&
39
-
console.log(chalk.grey('File Omitted for ')+chalk.bold(chalk.green(omitted.chunkName))+chalk.grey(' : ')+chalk.bold(chalk.green(omitted.filename)));
36
+
this.options.verbose&&console.log(chalk.grey('File Omitted for ')+chalk.bold(chalk.green(omitted.chunkName))+chalk.grey(' : ')+chalk.bold(chalk.green(omitted.filename)));
0 commit comments