Skip to content

Commit

Permalink
fix: ascii logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Dec 24, 2022
1 parent 5205871 commit 4f768e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
Expand Down

0 comments on commit 4f768e4

Please sign in to comment.