diff --git a/src/app/app.ts b/src/app/app.ts index 7354f465..21f9a062 100644 --- a/src/app/app.ts +++ b/src/app/app.ts @@ -53,7 +53,7 @@ export class App implements IRunnable { this.cluster.fork() } - logCentered(`${workerCount} workers started`, 114) + logCentered(`${workerCount} workers started`, width) debug('settings: %O', this.settingsFactory()) }