We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd918b commit eac2f7aCopy full SHA for eac2f7a
packages/nx-plugin/src/executors/cli/executor.ts
@@ -48,7 +48,7 @@ export default async function runCliExecutor(
48
logger.warn(`DryRun execution of: ${commandString}`);
49
} else {
50
try {
51
- logger.debug(`With env vars: ${loggedEnvVars}`);
+ logger.debug(`Run CLI with env vars: ${loggedEnvVars}`);
52
await executeProcess({
53
command,
54
args,
0 commit comments