Skip to content

Commit 1d5c3d7

Browse files
authored
Merge pull request #6 from chapmanjacobd/patch-1
Default of no action is a little bit annoying
2 parents d936ae1 + 9922e9c commit 1d5c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (withoutNodeModules.length) {
2727
type: 'confirm',
2828
name: 'want',
2929
message: 'Are these the files you want to analyze?',
30-
default: false
30+
default: true
3131
}])
3232
.then(answer => {
3333
if (answer.want) {

0 commit comments

Comments
 (0)