Skip to content

Commit f56dd60

Browse files
chore: delete unused value params (#4860)
1 parent 7c0c604 commit f56dd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/init/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function init(root?: string) {
4949
message: 'Where should VitePress initialize the config?',
5050
initialValue: './',
5151
defaultValue: './',
52-
validate(value) {
52+
validate() {
5353
// TODO make sure directory is inside
5454
return undefined
5555
}

0 commit comments

Comments
 (0)