Skip to content

Commit a1d0f9d

Browse files
committed
refactor: wip 2
1 parent e9e4a3a commit a1d0f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/nx-plugin/src/executors/internal

packages/nx-plugin/src/executors/internal/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function formatCommandLog(
3131
logElements.push(chalk.cyan(command));
3232
if (args.length > 0) {
3333
// eslint-disable-next-line functional/immutable-data
34-
logElements.push(chalk.white(args.join(' ')));
34+
logElements.push(chalk.dim.gray(args.join(' ')));
3535
}
3636
return logElements.join(' ');
3737
}

0 commit comments

Comments
 (0)