chore: apply requested changes

This commit is contained in:
Ralph Khreish
2025-10-08 21:56:32 +02:00
parent 519d8bdfcb
commit f0d1d5de89
3 changed files with 24 additions and 8 deletions

View File

@@ -184,7 +184,7 @@ export class AutopilotCommand extends Command {
padding: 1,
borderStyle: 'round',
borderColor: 'cyan',
width: process.stdout.columns * 0.95 || 100
width: process.stdout.columns ? process.stdout.columns * 0.95 : 100
}
)
);