Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jan 10, 2025
1 parent 3c23967 commit 43bdcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/migrate/migrations/svelte-5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export async function migrate() {
.concat([
{
title: 'custom (overrides selection, allows to specify sub folders)',
value: ',',
value: ',', // a value that definitely isn't a valid folder name so it cannot clash
selected: false
}
])
Expand All @@ -154,7 +154,7 @@ export async function migrate() {
const custom = await prompts({
type: 'list',
name: 'value',
message: 'Specify folders (comma separated)'
message: 'Specify folder paths (comma separated)'
});

if (!custom.value) {
Expand Down

0 comments on commit 43bdcc7

Please sign in to comment.