diff --git a/src/app/app.ts b/src/app/app.ts index cd2d39da..7354f465 100644 --- a/src/app/app.ts +++ b/src/app/app.ts @@ -38,7 +38,7 @@ export class App implements IRunnable { ░ ░░ ░ ▒░ ░ ▒ ▒░ ░ ░▒ ░ ░ ░ ░▒ ░ ▒░ ░ ░ ░ ▒ ▒▒ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░░ ░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░`) - const width = 114 + const width = 74 const logCentered = (input: string, width: number) => { const start = (width >> 1) - (input.length >> 1) console.log(' '.repeat(start), input)