Skip to content

Commit 73e44c5

Browse files
author
John Doe
committed
refactor: adjust comment
1 parent e72156b commit 73e44c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function runCliExecutor(
2424
dryRun,
2525
env: executorEnv,
2626
bin,
27-
projectPrefix, // @TODO do not forward to CLI. Handle in plugin logic only
27+
projectPrefix, // Do not forward to CLI, it is handled plugin logic only
2828
...restArgs
2929
} = parseCliExecutorOptions(terminalAndExecutorOptions, normalizedContext);
3030
// this sets `CP_VERBOSE=true` on process.env

0 commit comments

Comments
 (0)