Skip to content

Commit 4f768e4

Browse files
committed
fix: ascii logo
1 parent 5205871 commit 4f768e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class App implements IRunnable {
5353
this.cluster.fork()
5454
}
5555

56-
logCentered(`${workerCount} workers started`, 114)
56+
logCentered(`${workerCount} workers started`, width)
5757

5858
debug('settings: %O', this.settingsFactory())
5959
}

0 commit comments

Comments
 (0)