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 5205871 commit 4f768e4Copy full SHA for 4f768e4
src/app/app.ts
@@ -53,7 +53,7 @@ export class App implements IRunnable {
53
this.cluster.fork()
54
}
55
56
- logCentered(`${workerCount} workers started`, 114)
+ logCentered(`${workerCount} workers started`, width)
57
58
debug('settings: %O', this.settingsFactory())
59
0 commit comments