Skip to content

Commit 9922e9c

Browse files
Default of no action is a little bit annoying
I feel like there shouldn't even be a confirm prompt but it is helpful to see the list of files/functions that it picked up
1 parent 67edea6 commit 9922e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

+1-1
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)