diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-21 20:49:58 +0000 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-21 21:49:58 +0100 |
commit | cbd337701f5d1364df1bc774b8ed55fc07029b10 (patch) | |
tree | 9c1ba2b15fc8a2a2b6d36506a1bd610d2b37b951 /bundle/src | |
parent | Repo cleanup, remove fs-extras (diff) | |
download | server-cbd337701f5d1364df1bc774b8ed55fc07029b10.tar.xz |
Improve build scripts, strip more fs-extras
Diffstat (limited to 'bundle/src')
-rw-r--r-- | bundle/src/start.ts | 2 |
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).) `) ); |