fix: ascii logo

This commit is contained in:
Ricardo Arturo Cabral Mejía
2022-12-24 16:11:47 -05:00
parent 5205871cc8
commit 4f768e442f

View File

@ -53,7 +53,7 @@ export class App implements IRunnable {
this.cluster.fork() this.cluster.fork()
} }
logCentered(`${workerCount} workers started`, 114) logCentered(`${workerCount} workers started`, width)
debug('settings: %O', this.settingsFactory()) debug('settings: %O', this.settingsFactory())
} }