Skip to content

Commit

Permalink
feat(kever): question tip
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwangchong committed Sep 17, 2023
1 parent 7922122 commit c8cf321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kever/src/cli/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const createProjectQuestion = () => {
if (value.match(/\w+/)) {
return true
}
return 'error'
return 'Please enter the correct file name (numeric text underlined)'
}
}]

Expand Down

0 comments on commit c8cf321

Please sign in to comment.