Skip to content

Commit 00d5108

Browse files
committed
fix: schematics prompt call
1 parent 2e22867 commit 00d5108

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/ng-schematics/src/ng-new

packages/ng-schematics/src/ng-new/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export function newProject(options: OptionsSchema): Rule {
6868
name: "projectName",
6969
message: "Enter a name for your project:",
7070
default: Util.getAvailableName(defaultProjName, true),
71-
choices: null as unknown as string[],
7271
validate: prompt.nameIsValid
7372
});
7473
nameProvided = false;

0 commit comments

Comments
 (0)