summary refs log tree commit diff
path: root/bundle/src
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-21 20:49:58 +0000
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-21 21:49:58 +0100
commita12c372f0476e9026fbcf648cc7bbbc9d67b6d6f (patch)
tree505cbace8681e2f3af6eb61eb429daf339d4db5c /bundle/src
parentRepo cleanup, remove fs-extras (diff)
downloadserver-a12c372f0476e9026fbcf648cc7bbbc9d67b6d6f.tar.xz
Improve build scripts, strip more fs-extras
Diffstat (limited to 'bundle/src')
-rw-r--r--bundle/src/start.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/start.ts b/bundle/src/start.ts
index 1b21659e..d2707f4d 100644
--- a/bundle/src/start.ts
+++ b/bundle/src/start.ts
@@ -43,7 +43,7 @@ Commit Hash: ${
 				? `${cyan(commit)} (${yellow(commit.slice(0, 7))})`
 				: "Unknown (Git cannot be found)"
 		}
-Cores: ${cyan(cores)}
+Cores: ${cyan(os.cpus().length)} (Using ${cores} thread(s).)
 `)
 	);