Skip to content

Commit

Permalink
cleanup(core): rewrite text reference to nx console 'run' button (#21020
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MaxKless committed Feb 26, 2024
1 parent ce93313 commit 4c5654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devkit/src/utils/package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export function ensurePackage<T extends any = any>(

if (process.env.NX_DRY_RUN && process.env.NX_DRY_RUN !== 'false') {
throw new Error(
'NOTE: This generator does not support --dry-run. If you are running this in Nx Console, it should execute fine once you hit the "Run" button.\n'
'NOTE: This generator does not support --dry-run. If you are running this in Nx Console, it should execute fine once you hit the "Generate" button.\n'
);
}

Expand Down

0 comments on commit 4c5654d

Please sign in to comment.