mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-13 08:33:02 -04:00
fix comma
This commit is contained in:
parent
775edf5202
commit
37a023dc9b
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ module.exports = {
|
||||||
)
|
)
|
||||||
|
|
||||||
display = [
|
display = [
|
||||||
...display
|
...display,
|
||||||
`${iconPill("robot", "Shard ")} ${highlight(` ${context.shardId + 1}/${context.manager.cluster.shardCount} `)}`,
|
`${iconPill("robot", "Shard ")} ${highlight(` ${context.shardId + 1}/${context.manager.cluster.shardCount} `)}`,
|
||||||
`${iconPill("latency", "Memory Usage ")} ${highlight(` ${Math.round(formatted.usage / 1024 / 1024)}MB `)}`,
|
`${iconPill("latency", "Memory Usage ")} ${highlight(` ${Math.round(formatted.usage / 1024 / 1024)}MB `)}`,
|
||||||
`${iconPill("clock", "Uptime ")} ${highlight(` ${format(process.uptime())} `)}`,
|
`${iconPill("clock", "Uptime ")} ${highlight(` ${format(process.uptime())} `)}`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue