Skip to content

Commit 49ae6a6

Browse files
committed
rl.question nit
1 parent fa28f16 commit 49ae6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/clean-test-cache.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function confirmDeletion() {
2222

2323
return await new Promise(resolve => {
2424
rl.question(
25-
'WARNING: This will permanently delete test cache directories. Continue? (yes/no): ',
25+
'WARNING: This will permanently delete test cache directories. Continue? (y/N): ',
2626
answer => {
2727
rl.close()
2828
resolve(answer.toLowerCase() === 'yes')

0 commit comments

Comments
 (0)