From cbd337701f5d1364df1bc774b8ed55fc07029b10 Mon Sep 17 00:00:00 2001 From: The Arcane Brony Date: Tue, 21 Dec 2021 20:49:58 +0000 Subject: Improve build scripts, strip more fs-extras --- bundle/src/start.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src') 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).) `) ); -- cgit 1.5.1