summary refs log tree commit diff
path: root/bundle/src/stats.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-17 22:42:16 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-17 22:42:16 +0200
commite611126c7c168b7c14e6d79fe02e1f996937bbfc (patch)
treeffe0135fdf4ca7ae9b9005bbb85a6689345a06c2 /bundle/src/stats.ts
parent:sparkles: mention regex (diff)
downloadserver-e611126c7c168b7c14e6d79fe02e1f996937bbfc.tar.xz
:art: clean up
Diffstat (limited to '')
-rw-r--r--bundle/src/stats.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts

index 6413f347..37ddb4e2 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts
@@ -2,6 +2,7 @@ import os from "os"; import osu from "node-os-utils"; export function initStats() { + console.log(`[Path] running in ${__dirname}`); console.log(`[CPU] ${osu.cpu.model()} Cores x${osu.cpu.count()}`); console.log(`[System] ${os.platform()} ${os.arch()}`); console.log(`[Database] started`);