We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fd555 commit dbce2daCopy full SHA for dbce2da
src/commands/createFunction/promptStepsV2/NewFileStep.ts
@@ -36,7 +36,7 @@ export class NewFileStep<T extends FunctionV2WizardContext> extends StringInputS
36
}
37
38
protected async validateInputCore(context: FunctionV2WizardContext, input: string | undefined): Promise<string | undefined> {
39
- const error = super.validateInput(input);
+ const error = super.validateInput(input, this.input);
40
if (error) {
41
return error;
42
0 commit comments