This commit is contained in:
Felix Kästner 2024-06-15 12:54:45 +02:00 committed by GitHub
parent 73e95b75b1
commit d3f1b3913e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ async function main() {
{ {
type: 'confirm', type: 'confirm',
name: 'confirmed', name: 'confirmed',
message: `Delelte: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`, message: `Delete: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`,
}, },
]) ])