summary refs log tree commit diff
path: root/bundle/src/stats.ts
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-11-11 10:54:29 +0100
committerGitHub <noreply@github.com>2021-11-11 10:54:29 +0100
commitfba18e4c01f8be99c1eeacaaab9888f4e4f79a1e (patch)
tree3f37fe687422996360c8061fde1fc5cc043e3238 /bundle/src/stats.ts
parentMerge pull request #501 from Thesourtimes/master (diff)
parentmove checLocale and other js tp checkLocale (diff)
downloadserver-ts-fba18e4c01f8be99c1eeacaaab9888f4e4f79a1e.tar.xz
Merge pull request #508 from Thesourtimes/master
Move unimported tag scripts to assets/ in Test Client
Diffstat (limited to 'bundle/src/stats.ts')
-rw-r--r--bundle/src/stats.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts

index 9bd9131e..8d87f9d9 100644 --- a/bundle/src/stats.ts +++ b/bundle/src/stats.ts
@@ -6,7 +6,7 @@ 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(`[Process] running with pid: ${process.pid}`); + console.log(`[Process] running with PID: ${process.pid}`); if (process.getuid && process.getuid() === 0) { console.warn( red(