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