Skip to content

Commit

Permalink
chore: add type metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 15, 2020
1 parent 13bf7e5 commit b03afd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function InputValidate(
message: string,
cb?: (input: string) => string | boolean,
defaultChoice?: string,
skip?: boolean,
skip = false,
): object | any {
if (skip) return { [name]: defaultChoice };
const input: Generator.Question = {
Expand Down

0 comments on commit b03afd2

Please sign in to comment.