We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e10939 commit e1d9d23Copy full SHA for e1d9d23
src/commands/migrate.ts
@@ -170,7 +170,5 @@ export async function run(ctx: CommandContext<typeof meta>) {
170
log.success(`${filename} ${colors.dim(`(${totalMigrations} migrated)`)}`);
171
}
172
173
- prompts.outro(
174
- `Migration complete - ${filesMigratedCount} files migrated.`
175
- );
+ prompts.outro(`Migration complete - ${filesMigratedCount} files migrated.`);
176
0 commit comments